#90BDEF

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

Shades of Cornflower #90BDEF

Tints of Cornflower #90BDEF

Color information

#90BDEF (or 0x90BDEF) is unknown color: approx Cornflower. HEX triplet: 90, BD and EF. RGB value is (144,189,239). Sum of RGB (Red+Green+Blue) = 144+189+239=572 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.17% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #90BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BDEF is #6F4210. Grayscale: #B4B4B4. Windows color (decimal): -7291409 or 15711632. OLE color: 15711632.

HSL color Cylindrical-coordinate representation of color #90BDEF: hue angle of 211.58º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90BDEF is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144189239-
CMYK0.400.2100.06
HSL211.58º74.8%75.1%-
HSV(B)211.58º39.75%93.73%-
XYZ45.2848.5688.65-
YUV181.24160.59101.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.17%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 239 (93.75% from 255) = 41.78%
R=25.17%
G=33.04%
B=41.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441892390.400.2100.06211.5874.875.1
Hex90BDEF281506d44b4b
Octal220275357502506324113113
Binary1001000010111101111011111010001010101101101010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,189,239); }

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

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

 a { background-color: rgb(144,189,239); }

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

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

 span { border-color: rgb(144,189,239); }

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