#96BEEB

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

Shades of Cornflower #96BEEB

Tints of Cornflower #96BEEB

Color information

#96BEEB (or 0x96BEEB) is unknown color: approx Cornflower. HEX triplet: 96, BE and EB. RGB value is (150,190,235). Sum of RGB (Red+Green+Blue) = 150+190+235=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #96BEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BEEB is #694114. Grayscale: #B6B6B6. Windows color (decimal): -6897941 or 15449750. OLE color: 15449750.

HSL color Cylindrical-coordinate representation of color #96BEEB: hue angle of 211.76º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96BEEB is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150190235-
CMYK0.360.1900.08
HSL211.76º68%75.49%-
HSV(B)211.76º36.17%92.16%-
XYZ45.9949.3185.69-
YUV183.17157.25104.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.09%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=26.09%
G=33.04%
B=40.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501902350.360.1900.08211.766875.49
Hex96BEEB241308d4444b
Octal2262763534423010324104113
Binary10010110101111101110101110010010011010001101010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BEEB; }

 p { color: rgb(150,190,235); }

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

<style>
 a { background-color: #96BEEB; }

 a { background-color: rgb(150,190,235); }

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

<style>
 span { border-color: #96BEEB; }

 span { border-color: rgb(150,190,235); }

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