Html Css Color HEX #8DA6DB Polo Blue

📋 copy color: '#8DA6DB'

red 141 ◦ green 166 ◦ blue 219

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

Shades of Polo Blue #8DA6DB

Tints of Polo Blue #8DA6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 26.81%
G = 31.56%
B = 41.63%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DA6DB (or 0x8DA6DB) is known color: Polo Blue. HEX triplet: 8D, A6 and DB. RGB value is (141,166,219). Sum of RGB (Red+Green+Blue) = 141+166+219=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DA6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA6DB is #725924. Grayscale: #A4A4A4. Windows color (decimal): -7493925 or 14395021. OLE color: 14395021.

HSL color Cylindrical-coordinate representation of color #8DA6DB: hue angle of 220.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DA6DB is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 166 219 -
CMYK 0.36 0.24 0 0.14
HSL 220.77º 0.52% 0.71% -
HSV(B) 220.77º 0.36% 0.86% -
XYZ 37.41 38.05 72.39 -
YUV 164.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 141 166 219 0.36 0.24 0 0.14 220.77 0.52 0.71
Hex 8D A6 DB 24 18 0 E DD 34 47
Octal 215 246 333 44 30 0 16 335 64 107
Binary 10001101 10100110 11011011 100100 11000 0 1110 11011101 110100 1000111

Color Harmonies of #8DA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA6DB

Black with #8DA6DB

Text Example


Text Example

White with #8DA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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