Html Css Color HEX #8DA6C2 Polo Blue

📋 copy color: '#8DA6C2'

red 141 ◦ green 166 ◦ blue 194

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

Shades of Polo Blue #8DA6C2

Tints of Polo Blue #8DA6C2

RGB

 RED value IS 141 (55.47% from 255) = 28.14%

 GREEN value IS 166 (65.23% from 255) = 33.13%

 BLUE value IS 194 (76.17% from 255) = 38.72%

R = 28.14%
G = 33.13%
B = 38.72%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8DA6C2 (or 0x8DA6C2) is known color: Polo Blue. HEX triplet: 8D, A6 and C2. RGB value is (141,166,194). Sum of RGB (Red+Green+Blue) = 141+166+194=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 194 - color contains mainly: blue. Hex color #8DA6C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA6C2 is #72593D. Grayscale: #A1A1A1. Windows color (decimal): -7493950 or 12756621. OLE color: 12756621.

HSL color Cylindrical-coordinate representation of color #8DA6C2: hue angle of 211.7º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DA6C2 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 166 194 -
CMYK 0.27 0.14 0 0.24
HSL 211.7º 0.3% 0.66% -
HSV(B) 211.7º 0.27% 0.76% -
XYZ 34.36 36.83 56.34 -
YUV 161.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 141 166 194 0.27 0.14 0 0.24 211.7 0.3 0.66
Hex 8D A6 C2 1B E 0 18 D4 1E 42
Octal 215 246 302 33 16 0 30 324 36 102
Binary 10001101 10100110 11000010 11011 1110 0 11000 11010100 11110 1000010

Color Harmonies of #8DA6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA6C2

Black with #8DA6C2

Text Example


Text Example

White with #8DA6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DA6C2; }

 p { color: rgb(141,166,194); }

 H1.HeaderClassName
 {
   color: #8DA6C2;
 }
 .AnyTagClassName
 {
   color: #8DA6C2;
 }
</style>

background-color css

<style>
 a { background-color: #8DA6C2; }

 a { background-color: rgb(141,166,194); }

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

border-color css

<style>
 span { border-color: #8DA6C2; }

 span { border-color: rgb(141,166,194); }

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