Html Css Color HEX #96AFCD Polo Blue

📋 copy color: '#96AFCD'

red 150 ◦ green 175 ◦ blue 205

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

Shades of Polo Blue #96AFCD

Tints of Polo Blue #96AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.02%

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 28.3%
G = 33.02%
B = 38.68%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96AFCD (or 0x96AFCD) is known color: Polo Blue. HEX triplet: 96, AF and CD. RGB value is (150,175,205). Sum of RGB (Red+Green+Blue) = 150+175+205=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #96AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFCD is #695032. Grayscale: #AAAAAA. Windows color (decimal): -6901811 or 13479830. OLE color: 13479830.

HSL color Cylindrical-coordinate representation of color #96AFCD: hue angle of 212.73º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96AFCD is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 175 205 -
CMYK 0.27 0.15 0 0.20
HSL 212.73º 0.35% 0.7% -
HSV(B) 212.73º 0.27% 0.8% -
XYZ 38.93 41.55 63.73 -
YUV 170.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 150 175 205 0.27 0.15 0 0.20 212.73 0.35 0.7
Hex 96 AF CD 1B F 0 14 D5 23 46
Octal 226 257 315 33 17 0 24 325 43 106
Binary 10010110 10101111 11001101 11011 1111 0 10100 11010101 100011 1000110

Color Harmonies of #96AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AFCD

Black with #96AFCD

Text Example


Text Example

White with #96AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,175,205); }

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

background-color css

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

 a { background-color: rgb(150,175,205); }

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

border-color css

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

 span { border-color: rgb(150,175,205); }

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