#90CCEC

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

Shades of Cornflower #90CCEC

Tints of Cornflower #90CCEC

Color information

#90CCEC (or 0x90CCEC) is unknown color: approx Cornflower. HEX triplet: 90, CC and EC. RGB value is (144,204,236). Sum of RGB (Red+Green+Blue) = 144+204+236=584 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.66% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #90CCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CCEC is #6F3313. Grayscale: #BDBDBD. Windows color (decimal): -7287572 or 15518864. OLE color: 15518864.

HSL color Cylindrical-coordinate representation of color #90CCEC: hue angle of 200.87º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90CCEC is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144204236-
CMYK0.390.1400.07
HSL200.87º70.77%74.51%-
HSV(B)200.87º38.98%92.55%-
XYZ48.2355.1787.46-
YUV189.71154.1295.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.66%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=24.66%
G=34.93%
B=40.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442042360.390.1400.07200.8770.7774.51
Hex90CCEC27E07c9474b
Octal220314354471607311107113
Binary100100001100110011101100100111111001111100100110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,204,236); }

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

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

 a { background-color: rgb(144,204,236); }

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

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

 span { border-color: rgb(144,204,236); }

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