#90CDEA

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

Shades of Cornflower #90CDEA

Tints of Cornflower #90CDEA

Color information

#90CDEA (or 0x90CDEA) is unknown color: approx Cornflower. HEX triplet: 90, CD and EA. RGB value is (144,205,234). Sum of RGB (Red+Green+Blue) = 144+205+234=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #90CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CDEA is #6F3215. Grayscale: #BDBDBD. Windows color (decimal): -7287318 or 15388048. OLE color: 15388048.

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

Color convert

RGB144205234-
CMYK0.380.1200.08
HSL199.33º68.18%74.12%-
HSV(B)199.33º38.46%91.76%-
XYZ48.1855.5386.02-
YUV190.07152.7995.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.70%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=24.70%
G=35.16%
B=40.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442052340.380.1200.08199.3368.1874.12
Hex90CDEA26C08c7444a
Octal2203153524614010307104112
Binary1001000011001101111010101001101100010001100011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,205,234); }

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

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

 a { background-color: rgb(144,205,234); }

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

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

 span { border-color: rgb(144,205,234); }

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