Html Css Color HEX #8DA6D3 Polo Blue

📋 copy color: '#8DA6D3'

red 141 ◦ green 166 ◦ blue 211

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

Shades of Polo Blue #8DA6D3

Tints of Polo Blue #8DA6D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.73%

R = 27.22%
G = 32.05%
B = 40.73%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8DA6D3 (or 0x8DA6D3) is known color: Polo Blue. HEX triplet: 8D, A6 and D3. RGB value is (141,166,211). Sum of RGB (Red+Green+Blue) = 141+166+211=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #8DA6D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA6D3 is #72592C. Grayscale: #A3A3A3. Windows color (decimal): -7493933 or 13870733. OLE color: 13870733.

HSL color Cylindrical-coordinate representation of color #8DA6D3: hue angle of 218.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DA6D3 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 141 166 211 -
CMYK 0.33 0.21 0 0.17
HSL 218.57º 0.44% 0.69% -
HSV(B) 218.57º 0.33% 0.83% -
XYZ 36.38 37.64 66.98 -
YUV 163.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 141 166 211 0.33 0.21 0 0.17 218.57 0.44 0.69
Hex 8D A6 D3 21 15 0 11 DB 2C 45
Octal 215 246 323 41 25 0 21 333 54 105
Binary 10001101 10100110 11010011 100001 10101 0 10001 11011011 101100 1000101

Color Harmonies of #8DA6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA6D3

Black with #8DA6D3

Text Example


Text Example

White with #8DA6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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