Html Css Color HEX #96B0D7 Polo Blue

📋 copy color: '#96B0D7'

red 150 ◦ green 176 ◦ blue 215

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

Shades of Polo Blue #96B0D7

Tints of Polo Blue #96B0D7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.53%

 BLUE value IS 215 (84.38% from 255) = 39.74%

R = 27.73%
G = 32.53%
B = 39.74%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#96B0D7 (or 0x96B0D7) is known color: Polo Blue. HEX triplet: 96, B0 and D7. RGB value is (150,176,215). Sum of RGB (Red+Green+Blue) = 150+176+215=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #96B0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0D7 is #694F28. Grayscale: #ACACAC. Windows color (decimal): -6901545 or 14135446. OLE color: 14135446.

HSL color Cylindrical-coordinate representation of color #96B0D7: hue angle of 216º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96B0D7 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 176 215 -
CMYK 0.30 0.18 0 0.16
HSL 216º 0.45% 0.72% -
HSV(B) 216º 0.3% 0.84% -
XYZ 40.37 42.44 70.35 -
YUV 172.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 150 176 215 0.30 0.18 0 0.16 216 0.45 0.72
Hex 96 B0 D7 1E 12 0 10 D8 2D 48
Octal 226 260 327 36 22 0 20 330 55 110
Binary 10010110 10110000 11010111 11110 10010 0 10000 11011000 101101 1001000

Color Harmonies of #96B0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B0D7

Black with #96B0D7

Text Example


Text Example

White with #96B0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,176,215); }

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

background-color css

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

 a { background-color: rgb(150,176,215); }

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

border-color css

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

 span { border-color: rgb(150,176,215); }

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