#90C5DA

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

Shades of Cornflower #90C5DA

Tints of Cornflower #90C5DA

Color information

#90C5DA (or 0x90C5DA) is unknown color: approx Cornflower. HEX triplet: 90, C5 and DA. RGB value is (144,197,218). Sum of RGB (Red+Green+Blue) = 144+197+218=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #90C5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C5DA is #6F3A25. Grayscale: #B7B7B7. Windows color (decimal): -7289382 or 14337424. OLE color: 14337424.

HSL color Cylindrical-coordinate representation of color #90C5DA: hue angle of 197.03º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90C5DA is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144197218-
CMYK0.340.1000.15
HSL197.03º50%70.98%-
HSV(B)197.03º33.94%85.49%-
XYZ44.1250.9273.83-
YUV183.55147.4499.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.76%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=25.76%
G=35.24%
B=39.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441972180.340.1000.15197.035070.98
Hex90C5DA22A0Fc53247
Octal220305332421201730562107
Binary100100001100010111011010100010101001111110001011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,197,218); }

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

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

 a { background-color: rgb(144,197,218); }

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

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

 span { border-color: rgb(144,197,218); }

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