Html Css Color HEX #81ADCC Polo Blue

📋 copy color: '#81ADCC'

red 129 ◦ green 173 ◦ blue 204

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

Shades of Polo Blue #81ADCC

Tints of Polo Blue #81ADCC

RGB

 RED value IS 129 (50.78% from 255) = 25.49%

 GREEN value IS 173 (67.97% from 255) = 34.19%

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 25.49%
G = 34.19%
B = 40.32%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#81ADCC (or 0x81ADCC) is known color: Polo Blue. HEX triplet: 81, AD and CC. RGB value is (129,173,204). Sum of RGB (Red+Green+Blue) = 129+173+204=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #81ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADCC is #7E5233. Grayscale: #A3A3A3. Windows color (decimal): -8278580 or 13413761. OLE color: 13413761.

HSL color Cylindrical-coordinate representation of color #81ADCC: hue angle of 204.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81ADCC is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 173 204 -
CMYK 0.37 0.15 0 0.2
HSL 204.8º 0.42% 0.65% -
HSV(B) 204.8º 0.37% 0.8% -
XYZ 34.9 38.91 62.8 -
YUV 163.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 129 173 204 0.37 0.15 0 0.2 204.8 0.42 0.65
Hex 81 AD CC 25 F 0 14 CD 2A 41
Octal 201 255 314 45 17 0 24 315 52 101
Binary 10000001 10101101 11001100 100101 1111 0 10100 11001101 101010 1000001

Color Harmonies of #81ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADCC

Black with #81ADCC

Text Example


Text Example

White with #81ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81ADCC; }

 p { color: rgb(129,173,204); }

 H1.HeaderClassName
 {
   color: #81ADCC;
 }
 .AnyTagClassName
 {
   color: #81ADCC;
 }
</style>

background-color css

<style>
 a { background-color: #81ADCC; }

 a { background-color: rgb(129,173,204); }

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

border-color css

<style>
 span { border-color: #81ADCC; }

 span { border-color: rgb(129,173,204); }

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