#96BEDD

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

Shades of Cornflower #96BEDD

Tints of Cornflower #96BEDD

Color information

#96BEDD (or 0x96BEDD) is unknown color: approx Cornflower. HEX triplet: 96, BE and DD. RGB value is (150,190,221). Sum of RGB (Red+Green+Blue) = 150+190+221=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #96BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEDD is #694122. Grayscale: #B5B5B5. Windows color (decimal): -6897955 or 14532246. OLE color: 14532246.

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

Color convert

RGB150190221-
CMYK0.320.1400.13
HSL206.2º51.08%72.75%-
HSV(B)206.2º32.13%86.67%-
XYZ44.0448.5375.45-
YUV181.57150.25105.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.74%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=26.74%
G=33.87%
B=39.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501902210.320.1400.13206.251.0872.75
Hex96BEDD20E0Dce3349
Octal226276335401601531663111
Binary100101101011111011011101100000111001101110011101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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