#96BEDB

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

Shades of Cornflower #96BEDB

Tints of Cornflower #96BEDB

Color information

#96BEDB (or 0x96BEDB) is unknown color: approx Cornflower. HEX triplet: 96, BE and DB. RGB value is (150,190,219). Sum of RGB (Red+Green+Blue) = 150+190+219=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #96BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEDB is #694124. Grayscale: #B5B5B5. Windows color (decimal): -6897957 or 14401174. OLE color: 14401174.

HSL color Cylindrical-coordinate representation of color #96BEDB: hue angle of 205.22º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BEDB is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150190219-
CMYK0.320.1300.14
HSL205.22º48.94%72.35%-
HSV(B)205.22º31.51%85.88%-
XYZ43.7848.4374.06-
YUV181.35149.25105.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.83%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=26.83%
G=33.99%
B=39.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501902190.320.1300.14205.2248.9472.35
Hex96BEDB20D0Ecd3148
Octal226276333401501631561110
Binary100101101011111011011011100000110101110110011011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,190,219); }

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

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

 a { background-color: rgb(150,190,219); }

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

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

 span { border-color: rgb(150,190,219); }

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