#90B9DF

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

Shades of Cornflower #90B9DF

Tints of Cornflower #90B9DF

Color information

#90B9DF (or 0x90B9DF) is unknown color: approx Cornflower. HEX triplet: 90, B9 and DF. RGB value is (144,185,223). Sum of RGB (Red+Green+Blue) = 144+185+223=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #90B9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B9DF is #6F4620. Grayscale: #B0B0B0. Windows color (decimal): -7292449 or 14662032. OLE color: 14662032.

HSL color Cylindrical-coordinate representation of color #90B9DF: hue angle of 208.86º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90B9DF is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144185223-
CMYK0.350.1700.13
HSL208.86º55.24%71.96%-
HSV(B)208.86º35.43%87.45%-
XYZ42.1745.9576.46-
YUV177.07153.92104.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.09%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=26.09%
G=33.51%
B=40.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441852230.350.1700.13208.8655.2471.96
Hex90B9DF23110Dd13748
Octal220271337432101532167110
Binary1001000010111001110111111000111000101101110100011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,185,223); }

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

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

 a { background-color: rgb(144,185,223); }

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

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

 span { border-color: rgb(144,185,223); }

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