Html Css Color HEX #96B2CF Polo Blue

📋 copy color: '#96B2CF'

red 150 ◦ green 178 ◦ blue 207

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

Shades of Polo Blue #96B2CF

Tints of Polo Blue #96B2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 28.04%
G = 33.27%
B = 38.69%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96B2CF (or 0x96B2CF) is known color: Polo Blue. HEX triplet: 96, B2 and CF. RGB value is (150,178,207). Sum of RGB (Red+Green+Blue) = 150+178+207=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #96B2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B2CF is #694D30. Grayscale: #ACACAC. Windows color (decimal): -6901041 or 13611670. OLE color: 13611670.

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

Color convert

RGB 150 178 207 -
CMYK 0.28 0.14 0 0.19
HSL 210.53º 0.37% 0.7% -
HSV(B) 210.53º 0.28% 0.81% -
XYZ 39.76 42.83 65.2 -
YUV 172.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 150 178 207 0.28 0.14 0 0.19 210.53 0.37 0.7
Hex 96 B2 CF 1C E 0 13 D3 25 46
Octal 226 262 317 34 16 0 23 323 45 106
Binary 10010110 10110010 11001111 11100 1110 0 10011 11010011 100101 1000110

Color Harmonies of #96B2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B2CF

Black with #96B2CF

Text Example


Text Example

White with #96B2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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