#90BAEB

Color #90BAEB Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #90BAEB

Tints of Cornflower #90BAEB

Color information

#90BAEB (or 0x90BAEB) is unknown color: approx Cornflower. HEX triplet: 90, BA and EB. RGB value is (144,186,235). Sum of RGB (Red+Green+Blue) = 144+186+235=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #90BAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAEB is #6F4514. Grayscale: #B2B2B2. Windows color (decimal): -7292181 or 15448720. OLE color: 15448720.

HSL color Cylindrical-coordinate representation of color #90BAEB: hue angle of 212.31º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90BAEB is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144186235-
CMYK0.390.2100.08
HSL212.31º69.47%74.31%-
HSV(B)212.31º38.72%92.16%-
XYZ44.0647.0585.36-
YUV179.03159.59103.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 25.49%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=25.49%
G=32.92%
B=41.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441862350.390.2100.08212.3169.4774.31
Hex90BAEB271508d4454a
Octal2202723534725010324105112
Binary10010000101110101110101110011110101010001101010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90BAEB; }

 p { color: rgb(144,186,235); }

 H1.HeaderClassName
 {
   color: #90BAEB;
 }
 .AnyTagClassName
 {
   color: #90BAEB;
 }
</style>
background-color css

<style>
 a { background-color: #90BAEB; }

 a { background-color: rgb(144,186,235); }

 div.DivClassName
 {
   background-color: #90BAEB;
 }
 .BgClassName
 {
   background-color: #90BAEB;
 }
</style>
border-color css

<style>
 span { border-color: #90BAEB; }

 span { border-color: rgb(144,186,235); }

 td.TdClassName
 {
   border-color: #90BAEB;
 }
 .TagClassName
 {
   border-color: #90BAEB;
 }
</style>