#96CAE3

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

Shades of Cornflower #96CAE3

Tints of Cornflower #96CAE3

Color information

#96CAE3 (or 0x96CAE3) is unknown color: approx Cornflower. HEX triplet: 96, CA and E3. RGB value is (150,202,227). Sum of RGB (Red+Green+Blue) = 150+202+227=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 227 - color contains mainly: blue. Hex color #96CAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAE3 is #69351C. Grayscale: #BDBDBD. Windows color (decimal): -6894877 or 14928534. OLE color: 14928534.

HSL color Cylindrical-coordinate representation of color #96CAE3: hue angle of 199.48º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96CAE3 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150202227-
CMYK0.340.1100.11
HSL199.48º57.89%73.92%-
HSV(B)199.48º33.92%89.02%-
XYZ47.5654.2780.64-
YUV189.3149.2799.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.91%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 227 (89.06% from 255) = 39.21%
R=25.91%
G=34.89%
B=39.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502022270.340.1100.11199.4857.8973.92
Hex96CAE322B0Bc73a4a
Octal226312343421301330772112
Binary100101101100101011100011100010101101011110001111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,202,227); }

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

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

 a { background-color: rgb(150,202,227); }

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

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

 span { border-color: rgb(150,202,227); }

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