#96BFE2

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

Shades of Cornflower #96BFE2

Tints of Cornflower #96BFE2

Color information

#96BFE2 (or 0x96BFE2) is unknown color: approx Cornflower. HEX triplet: 96, BF and E2. RGB value is (150,191,226). Sum of RGB (Red+Green+Blue) = 150+191+226=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 226 - color contains mainly: blue. Hex color #96BFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFE2 is #69401D. Grayscale: #B6B6B6. Windows color (decimal): -6897694 or 14860182. OLE color: 14860182.

HSL color Cylindrical-coordinate representation of color #96BFE2: hue angle of 207.63º degrees, saturation: 0.57, 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 #96BFE2 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150191226-
CMYK0.340.1500.11
HSL207.63º56.72%73.73%-
HSV(B)207.63º33.63%88.63%-
XYZ44.9449.2479.09-
YUV182.73152.42104.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.46%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 226 (88.67% from 255) = 39.86%
R=26.46%
G=33.69%
B=39.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1501912260.340.1500.11207.6356.7273.73
Hex96BFE222F0Bd0394a
Octal226277342421701332071112
Binary100101101011111111100010100010111101011110100001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,191,226); }

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

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

 a { background-color: rgb(150,191,226); }

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

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

 span { border-color: rgb(150,191,226); }

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