Html Css Color HEX #96B5CE Polo Blue

📋 copy color: '#96B5CE'

red 150 ◦ green 181 ◦ blue 206

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

Shades of Polo Blue #96B5CE

Tints of Polo Blue #96B5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.71%

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

R = 27.93%
G = 33.71%
B = 38.36%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96B5CE (or 0x96B5CE) is known color: Polo Blue. HEX triplet: 96, B5 and CE. RGB value is (150,181,206). Sum of RGB (Red+Green+Blue) = 150+181+206=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #96B5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5CE is #694A31. Grayscale: #AEAEAE. Windows color (decimal): -6900274 or 13546902. OLE color: 13546902.

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

Color convert

RGB 150 181 206 -
CMYK 0.27 0.12 0 0.19
HSL 206.79º 0.36% 0.7% -
HSV(B) 206.79º 0.27% 0.81% -
XYZ 40.24 43.99 64.76 -
YUV 174.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 150 181 206 0.27 0.12 0 0.19 206.79 0.36 0.7
Hex 96 B5 CE 1B C 0 13 CF 24 46
Octal 226 265 316 33 14 0 23 317 44 106
Binary 10010110 10110101 11001110 11011 1100 0 10011 11001111 100100 1000110

Color Harmonies of #96B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B5CE

Black with #96B5CE

Text Example


Text Example

White with #96B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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