#90BFEF

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

Shades of Cornflower #90BFEF

Tints of Cornflower #90BFEF

Color information

#90BFEF (or 0x90BFEF) is unknown color: approx Cornflower. HEX triplet: 90, BF and EF. RGB value is (144,191,239). Sum of RGB (Red+Green+Blue) = 144+191+239=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #90BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BFEF is #6F4010. Grayscale: #B6B6B6. Windows color (decimal): -7290897 or 15712144. OLE color: 15712144.

HSL color Cylindrical-coordinate representation of color #90BFEF: hue angle of 210.32º 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 #90BFEF is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144191239-
CMYK0.400.2000.06
HSL210.32º74.8%75.1%-
HSV(B)210.32º39.75%93.73%-
XYZ45.7149.4288.79-
YUV182.42159.93100.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.09%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=25.09%
G=33.28%
B=41.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441912390.400.2000.06210.3274.875.1
Hex90BFEF281406d24b4b
Octal220277357502406322113113
Binary1001000010111111111011111010001010001101101001010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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