#90BFEB

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

Shades of Cornflower #90BFEB

Tints of Cornflower #90BFEB

Color information

#90BFEB (or 0x90BFEB) is unknown color: approx Cornflower. HEX triplet: 90, BF and EB. RGB value is (144,191,235). Sum of RGB (Red+Green+Blue) = 144+191+235=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #90BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BFEB is #6F4014. Grayscale: #B5B5B5. Windows color (decimal): -7290901 or 15450000. OLE color: 15450000.

HSL color Cylindrical-coordinate representation of color #90BFEB: hue angle of 209.01º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90BFEB is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144191235-
CMYK0.390.1900.08
HSL209.01º69.47%74.31%-
HSV(B)209.01º38.72%92.16%-
XYZ45.1349.1985.71-
YUV181.96157.93100.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.26%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=25.26%
G=33.51%
B=41.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441912350.390.1900.08209.0169.4774.31
Hex90BFEB271308d1454a
Octal2202773534723010321105112
Binary10010000101111111110101110011110011010001101000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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