#96BBE1

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

Shades of Cornflower #96BBE1

Tints of Cornflower #96BBE1

Color information

#96BBE1 (or 0x96BBE1) is unknown color: approx Cornflower. HEX triplet: 96, BB and E1. RGB value is (150,187,225). Sum of RGB (Red+Green+Blue) = 150+187+225=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #96BBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBE1 is #69441E. Grayscale: #B4B4B4. Windows color (decimal): -6898719 or 14793622. OLE color: 14793622.

HSL color Cylindrical-coordinate representation of color #96BBE1: hue angle of 210.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96BBE1 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB150187225-
CMYK0.330.1700.12
HSL210.4º55.56%73.53%-
HSV(B)210.4º33.33%88.24%-
XYZ43.9447.4678.08-
YUV180.27153.24106.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.69%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=26.69%
G=33.27%
B=40.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1501872250.330.1700.12210.455.5673.53
Hex96BBE121110Cd2384a
Octal226273341412101432270112
Binary1001011010111011111000011000011000101100110100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,187,225); }

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

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

 a { background-color: rgb(150,187,225); }

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

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

 span { border-color: rgb(150,187,225); }

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