#90BEF0

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

Shades of Cornflower #90BEF0

Tints of Cornflower #90BEF0

Color information

#90BEF0 (or 0x90BEF0) is unknown color: approx Cornflower. HEX triplet: 90, BE and F0. RGB value is (144,190,240). Sum of RGB (Red+Green+Blue) = 144+190+240=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #90BEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BEF0 is #6F410F. Grayscale: #B5B5B5. Windows color (decimal): -7291152 or 15777424. OLE color: 15777424.

HSL color Cylindrical-coordinate representation of color #90BEF0: hue angle of 211.25º degrees, saturation: 0.76, 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 #90BEF0 is Cyan = 0.4, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144190240-
CMYK0.40.2100.06
HSL211.25º76.19%75.29%-
HSV(B)211.25º40%94.12%-
XYZ45.6449.0589.5-
YUV181.95160.76100.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.09%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 240 (94.14% from 255) = 41.81%
R=25.09%
G=33.10%
B=41.81%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441902400.40.2100.06211.2576.1975.29
Hex90BEF0281506d34c4b
Octal220276360502506323114113
Binary1001000010111110111100001010001010101101101001110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,190,240); }

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

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

 a { background-color: rgb(144,190,240); }

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

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

 span { border-color: rgb(144,190,240); }

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