#90c0de

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

Shades of Cornflower #90C0DE

Tints of Cornflower #90C0DE

Color information

#90C0DE (or 0x90C0DE) is unknown color: approx Cornflower. HEX triplet: 90, C0 and DE. RGB value is (144,192,222). Sum of RGB (Red+Green+Blue) = 144+192+222=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #90C0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C0DE is #6F3F21. Grayscale: #B4B4B4. Windows color (decimal): -7290658 or 14598288. OLE color: 14598288.

HSL color Cylindrical-coordinate representation of color #90C0DE: hue angle of 203.08º degrees, saturation: 0.54, 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 #90C0DE is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144192222-
CMYK0.350.1400.13
HSL203.08º54.17%71.76%-
HSV(B)203.08º35.14%87.06%-
XYZ43.5448.976.25-
YUV181.07151.1101.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.81%
GREEN value IS 192 (75.39% from 255) = 34.41%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=25.81%
G=34.41%
B=39.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441922220.350.1400.13203.0854.1771.76
Hex90C0DE23E0Dcb3648
Octal220300336431601531366110
Binary100100001100000011011110100011111001101110010111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90c0de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,192,222); }

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

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

 a { background-color: rgb(144,192,222); }

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

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

 span { border-color: rgb(144,192,222); }

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