#90BCDE

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

Shades of Cornflower #90BCDE

Tints of Cornflower #90BCDE

Color information

#90BCDE (or 0x90BCDE) is unknown color: approx Cornflower. HEX triplet: 90, BC and DE. RGB value is (144,188,222). Sum of RGB (Red+Green+Blue) = 144+188+222=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #90BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCDE is #6F4321. Grayscale: #B2B2B2. Windows color (decimal): -7291682 or 14597264. OLE color: 14597264.

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

Color convert

RGB144188222-
CMYK0.350.1500.13
HSL206.15º54.17%71.76%-
HSV(B)206.15º35.14%87.06%-
XYZ42.6747.1775.96-
YUV178.72152.42103.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.99%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=25.99%
G=33.94%
B=40.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441882220.350.1500.13206.1554.1771.76
Hex90BCDE23F0Dce3648
Octal220274336431701531666110
Binary100100001011110011011110100011111101101110011101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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