Html Css Color HEX #82A8CF Polo Blue

📋 copy color: '#82A8CF'

red 130 ◦ green 168 ◦ blue 207

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

Shades of Polo Blue #82A8CF

Tints of Polo Blue #82A8CF

RGB

 RED value IS 130 (51.17% from 255) = 25.74%

 GREEN value IS 168 (66.02% from 255) = 33.27%

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

R = 25.74%
G = 33.27%
B = 40.99%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#82A8CF (or 0x82A8CF) is known color: Polo Blue. HEX triplet: 82, A8 and CF. RGB value is (130,168,207). Sum of RGB (Red+Green+Blue) = 130+168+207=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #82A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A8CF is #7D5730. Grayscale: #A0A0A0. Windows color (decimal): -8214321 or 13609090. OLE color: 13609090.

HSL color Cylindrical-coordinate representation of color #82A8CF: hue angle of 210.39º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82A8CF is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 168 207 -
CMYK 0.37 0.19 0 0.19
HSL 210.39º 0.45% 0.66% -
HSV(B) 210.39º 0.37% 0.81% -
XYZ 34.47 37.26 64.41 -
YUV 161.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 130 168 207 0.37 0.19 0 0.19 210.39 0.45 0.66
Hex 82 A8 CF 25 13 0 13 D2 2D 42
Octal 202 250 317 45 23 0 23 322 55 102
Binary 10000010 10101000 11001111 100101 10011 0 10011 11010010 101101 1000010

Color Harmonies of #82A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A8CF

Black with #82A8CF

Text Example


Text Example

White with #82A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82A8CF; }

 p { color: rgb(130,168,207); }

 H1.HeaderClassName
 {
   color: #82A8CF;
 }
 .AnyTagClassName
 {
   color: #82A8CF;
 }
</style>

background-color css

<style>
 a { background-color: #82A8CF; }

 a { background-color: rgb(130,168,207); }

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

border-color css

<style>
 span { border-color: #82A8CF; }

 span { border-color: rgb(130,168,207); }

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