#96BFDF

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

Shades of Cornflower #96BFDF

Tints of Cornflower #96BFDF

Color information

#96BFDF (or 0x96BFDF) is unknown color: approx Cornflower. HEX triplet: 96, BF and DF. RGB value is (150,191,223). Sum of RGB (Red+Green+Blue) = 150+191+223=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #96BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFDF is #694020. Grayscale: #B6B6B6. Windows color (decimal): -6897697 or 14663574. OLE color: 14663574.

HSL color Cylindrical-coordinate representation of color #96BFDF: hue angle of 206.3º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96BFDF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150191223-
CMYK0.330.1400.13
HSL206.3º53.28%73.14%-
HSV(B)206.3º32.74%87.45%-
XYZ44.5349.0776.94-
YUV182.39150.92104.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.60%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=26.60%
G=33.87%
B=39.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501912230.330.1400.13206.353.2873.14
Hex96BFDF21E0Dce3549
Octal226277337411601531665111
Binary100101101011111111011111100001111001101110011101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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