#96BCEE

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

Shades of Cornflower #96BCEE

Tints of Cornflower #96BCEE

Color information

#96BCEE (or 0x96BCEE) is unknown color: approx Cornflower. HEX triplet: 96, BC and EE. RGB value is (150,188,238). Sum of RGB (Red+Green+Blue) = 150+188+238=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #96BCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BCEE is #694311. Grayscale: #B6B6B6. Windows color (decimal): -6898450 or 15645846. OLE color: 15645846.

HSL color Cylindrical-coordinate representation of color #96BCEE: hue angle of 214.09º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96BCEE is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150188238-
CMYK0.370.2100.07
HSL214.09º72.13%76.08%-
HSV(B)214.09º36.97%93.33%-
XYZ45.9948.6287.85-
YUV182.34159.41104.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.04%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=26.04%
G=32.64%
B=41.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501882380.370.2100.07214.0972.1376.08
Hex96BCEE251507d6484c
Octal226274356452507326110114
Binary1001011010111100111011101001011010101111101011010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,188,238); }

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

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

 a { background-color: rgb(150,188,238); }

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

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

 span { border-color: rgb(150,188,238); }

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