Html Css Color HEX #86AFCA Polo Blue

📋 copy color: '#86AFCA'

red 134 ◦ green 175 ◦ blue 202

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

Shades of Polo Blue #86AFCA

Tints of Polo Blue #86AFCA

RGB

 RED value IS 134 (52.73% from 255) = 26.22%

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

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 26.22%
G = 34.25%
B = 39.53%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#86AFCA (or 0x86AFCA) is known color: Polo Blue. HEX triplet: 86, AF and CA. RGB value is (134,175,202). Sum of RGB (Red+Green+Blue) = 134+175+202=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #86AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFCA is #795035. Grayscale: #A5A5A5. Windows color (decimal): -7950390 or 13283206. OLE color: 13283206.

HSL color Cylindrical-coordinate representation of color #86AFCA: hue angle of 203.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86AFCA is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 175 202 -
CMYK 0.34 0.13 0 0.21
HSL 203.82º 0.39% 0.66% -
HSV(B) 203.82º 0.34% 0.79% -
XYZ 35.82 39.99 61.71 -
YUV 165.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 134 175 202 0.34 0.13 0 0.21 203.82 0.39 0.66
Hex 86 AF CA 22 D 0 15 CC 27 42
Octal 206 257 312 42 15 0 25 314 47 102
Binary 10000110 10101111 11001010 100010 1101 0 10101 11001100 100111 1000010

Color Harmonies of #86AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AFCA

Black with #86AFCA

Text Example


Text Example

White with #86AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86AFCA; }

 p { color: rgb(134,175,202); }

 H1.HeaderClassName
 {
   color: #86AFCA;
 }
 .AnyTagClassName
 {
   color: #86AFCA;
 }
</style>

background-color css

<style>
 a { background-color: #86AFCA; }

 a { background-color: rgb(134,175,202); }

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

border-color css

<style>
 span { border-color: #86AFCA; }

 span { border-color: rgb(134,175,202); }

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