Html Css Color HEX #96BADD Cornflower

📋 copy color: '#96BADD'

red 150 ◦ green 186 ◦ blue 221

#96BADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #96BADD

Tints of Cornflower #96BADD

RGB

 RED value IS 150 (58.98% from 255) = 26.93%

 GREEN value IS 186 (73.05% from 255) = 33.39%

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 26.93%
G = 33.39%
B = 39.68%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96BADD (or 0x96BADD) is known color: Cornflower. HEX triplet: 96, BA and DD. RGB value is (150,186,221). Sum of RGB (Red+Green+Blue) = 150+186+221=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #96BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BADD is #694522. Grayscale: #B3B3B3. Windows color (decimal): -6898979 or 14531222. OLE color: 14531222.

HSL color Cylindrical-coordinate representation of color #96BADD: hue angle of 209.58º 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 #96BADD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 186 221 -
CMYK 0.32 0.16 0 0.13
HSL 209.58º 0.51% 0.73% -
HSV(B) 209.58º 0.32% 0.87% -
XYZ 43.19 46.82 75.17 -
YUV 179.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 150 186 221 0.32 0.16 0 0.13 209.58 0.51 0.73
Hex 96 BA DD 20 10 0 D D2 33 49
Octal 226 272 335 40 20 0 15 322 63 111
Binary 10010110 10111010 11011101 100000 10000 0 1101 11010010 110011 1001001

Color Harmonies of #96BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BADD

Black with #96BADD

Text Example


Text Example

White with #96BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96BADD;
 }
 .AnyTagClassName
 {
   color: #96BADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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