#90BCEB

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

Shades of Cornflower #90BCEB

Tints of Cornflower #90BCEB

Color information

#90BCEB (or 0x90BCEB) is unknown color: approx Cornflower. HEX triplet: 90, BC and EB. RGB value is (144,188,235). Sum of RGB (Red+Green+Blue) = 144+188+235=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #90BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCEB is #6F4314. Grayscale: #B3B3B3. Windows color (decimal): -7291669 or 15449232. OLE color: 15449232.

HSL color Cylindrical-coordinate representation of color #90BCEB: hue angle of 210.99º 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 #90BCEB is Cyan = 0.39, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144188235-
CMYK0.390.200.08
HSL210.99º69.47%74.31%-
HSV(B)210.99º38.72%92.16%-
XYZ44.4847.8985.5-
YUV180.2158.92102.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.40%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=25.40%
G=33.16%
B=41.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441882350.390.200.08210.9969.4774.31
Hex90BCEB271408d3454a
Octal2202743534724010323105112
Binary10010000101111001110101110011110100010001101001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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