Html Css Color HEX #96BDDD Cornflower

📋 copy color: '#96BDDD'

red 150 ◦ green 189 ◦ blue 221

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

Shades of Cornflower #96BDDD

Tints of Cornflower #96BDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.75%

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

R = 26.79%
G = 33.75%
B = 39.46%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96BDDD (or 0x96BDDD) is known color: Cornflower. HEX triplet: 96, BD and DD. RGB value is (150,189,221). Sum of RGB (Red+Green+Blue) = 150+189+221=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #96BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDDD is #694222. Grayscale: #B4B4B4. Windows color (decimal): -6898211 or 14531990. OLE color: 14531990.

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

Color convert

RGB 150 189 221 -
CMYK 0.32 0.14 0 0.13
HSL 207.04º 0.51% 0.73% -
HSV(B) 207.04º 0.32% 0.87% -
XYZ 43.83 48.1 75.38 -
YUV 180.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 150 189 221 0.32 0.14 0 0.13 207.04 0.51 0.73
Hex 96 BD DD 20 E 0 D CF 33 49
Octal 226 275 335 40 16 0 15 317 63 111
Binary 10010110 10111101 11011101 100000 1110 0 1101 11001111 110011 1001001

Color Harmonies of #96BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDDD

Black with #96BDDD

Text Example


Text Example

White with #96BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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