Html Css Color HEX #86B2D2 Polo Blue

📋 copy color: '#86B2D2'

red 134 ◦ green 178 ◦ blue 210

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

Shades of Polo Blue #86B2D2

Tints of Polo Blue #86B2D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.23%

R = 25.67%
G = 34.1%
B = 40.23%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#86B2D2 (or 0x86B2D2) is known color: Polo Blue. HEX triplet: 86, B2 and D2. RGB value is (134,178,210). Sum of RGB (Red+Green+Blue) = 134+178+210=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #86B2D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B2D2 is #794D2D. Grayscale: #A8A8A8. Windows color (decimal): -7949614 or 13808262. OLE color: 13808262.

HSL color Cylindrical-coordinate representation of color #86B2D2: hue angle of 205.26º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86B2D2 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 178 210 -
CMYK 0.36 0.15 0 0.18
HSL 205.26º 0.46% 0.67% -
HSV(B) 205.26º 0.36% 0.82% -
XYZ 37.38 41.56 67.02 -
YUV 168.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 134 178 210 0.36 0.15 0 0.18 205.26 0.46 0.67
Hex 86 B2 D2 24 F 0 12 CD 2E 43
Octal 206 262 322 44 17 0 22 315 56 103
Binary 10000110 10110010 11010010 100100 1111 0 10010 11001101 101110 1000011

Color Harmonies of #86B2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B2D2

Black with #86B2D2

Text Example


Text Example

White with #86B2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,178,210); }

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

background-color css

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

 a { background-color: rgb(134,178,210); }

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

border-color css

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

 span { border-color: rgb(134,178,210); }

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