Html Css Color HEX #96B0CB Polo Blue

📋 copy color: '#96B0CB'

red 150 ◦ green 176 ◦ blue 203

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

Shades of Polo Blue #96B0CB

Tints of Polo Blue #96B0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 28.36%
G = 33.27%
B = 38.37%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96B0CB (or 0x96B0CB) is known color: Polo Blue. HEX triplet: 96, B0 and CB. RGB value is (150,176,203). Sum of RGB (Red+Green+Blue) = 150+176+203=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #96B0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0CB is #694F34. Grayscale: #ABABAB. Windows color (decimal): -6901557 or 13349014. OLE color: 13349014.

HSL color Cylindrical-coordinate representation of color #96B0CB: hue angle of 210.57º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96B0CB is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 176 203 -
CMYK 0.26 0.13 0 0.20
HSL 210.57º 0.34% 0.69% -
HSV(B) 210.57º 0.26% 0.8% -
XYZ 38.88 41.85 62.53 -
YUV 171.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 150 176 203 0.26 0.13 0 0.20 210.57 0.34 0.69
Hex 96 B0 CB 1A D 0 14 D3 22 45
Octal 226 260 313 32 15 0 24 323 42 105
Binary 10010110 10110000 11001011 11010 1101 0 10100 11010011 100010 1000101

Color Harmonies of #96B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B0CB

Black with #96B0CB

Text Example


Text Example

White with #96B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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