Html Css Color HEX #96B4DF Polo Blue

📋 copy color: '#96B4DF'

red 150 ◦ green 180 ◦ blue 223

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

Shades of Polo Blue #96B4DF

Tints of Polo Blue #96B4DF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.55%

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 27.12%
G = 32.55%
B = 40.33%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96B4DF (or 0x96B4DF) is known color: Polo Blue. HEX triplet: 96, B4 and DF. RGB value is (150,180,223). Sum of RGB (Red+Green+Blue) = 150+180+223=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #96B4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B4DF is #694B20. Grayscale: #AFAFAF. Windows color (decimal): -6900513 or 14660758. OLE color: 14660758.

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

Color convert

RGB 150 180 223 -
CMYK 0.33 0.19 0 0.13
HSL 215.34º 0.53% 0.73% -
HSV(B) 215.34º 0.33% 0.87% -
XYZ 42.22 44.45 76.17 -
YUV 175.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 150 180 223 0.33 0.19 0 0.13 215.34 0.53 0.73
Hex 96 B4 DF 21 13 0 D D7 35 49
Octal 226 264 337 41 23 0 15 327 65 111
Binary 10010110 10110100 11011111 100001 10011 0 1101 11010111 110101 1001001

Color Harmonies of #96B4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B4DF

Black with #96B4DF

Text Example


Text Example

White with #96B4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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