Html Css Color HEX #96B2CE Polo Blue

📋 copy color: '#96B2CE'

red 150 ◦ green 178 ◦ blue 206

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

Shades of Polo Blue #96B2CE

Tints of Polo Blue #96B2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.33%

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 28.09%
G = 33.33%
B = 38.58%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96B2CE (or 0x96B2CE) is known color: Polo Blue. HEX triplet: 96, B2 and CE. RGB value is (150,178,206). Sum of RGB (Red+Green+Blue) = 150+178+206=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #96B2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B2CE is #694D31. Grayscale: #ACACAC. Windows color (decimal): -6901042 or 13546134. OLE color: 13546134.

HSL color Cylindrical-coordinate representation of color #96B2CE: hue angle of 210º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96B2CE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 178 206 -
CMYK 0.27 0.14 0 0.19
HSL 210º 0.36% 0.7% -
HSV(B) 210º 0.27% 0.81% -
XYZ 39.64 42.78 64.56 -
YUV 172.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 150 178 206 0.27 0.14 0 0.19 210 0.36 0.7
Hex 96 B2 CE 1B E 0 13 D2 24 46
Octal 226 262 316 33 16 0 23 322 44 106
Binary 10010110 10110010 11001110 11011 1110 0 10011 11010010 100100 1000110

Color Harmonies of #96B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B2CE

Black with #96B2CE

Text Example


Text Example

White with #96B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,178,206); }

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

background-color css

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

 a { background-color: rgb(150,178,206); }

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

border-color css

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

 span { border-color: rgb(150,178,206); }

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