#96B9E1

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

Shades of Cornflower #96B9E1

Tints of Cornflower #96B9E1

Color information

#96B9E1 (or 0x96B9E1) is unknown color: approx Cornflower. HEX triplet: 96, B9 and E1. RGB value is (150,185,225). Sum of RGB (Red+Green+Blue) = 150+185+225=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #96B9E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B9E1 is #69461E. Grayscale: #B2B2B2. Windows color (decimal): -6899231 or 14793110. OLE color: 14793110.

HSL color Cylindrical-coordinate representation of color #96B9E1: hue angle of 212º 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 #96B9E1 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB150185225-
CMYK0.330.1800.12
HSL212º55.56%73.53%-
HSV(B)212º33.33%88.24%-
XYZ43.5246.6277.94-
YUV179.1153.9107.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=26.79%
G=33.04%
B=40.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1501852250.330.1800.1221255.5673.53
Hex96B9E121120Cd4384a
Octal226271341412201432470112
Binary1001011010111001111000011000011001001100110101001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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