Html Css Color HEX #8DACDB Polo Blue

📋 copy color: '#8DACDB'

red 141 ◦ green 172 ◦ blue 219

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

Shades of Polo Blue #8DACDB

Tints of Polo Blue #8DACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.33%

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

R = 26.5%
G = 32.33%
B = 41.17%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DACDB (or 0x8DACDB) is known color: Polo Blue. HEX triplet: 8D, AC and DB. RGB value is (141,172,219). Sum of RGB (Red+Green+Blue) = 141+172+219=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACDB is #725324. Grayscale: #A7A7A7. Windows color (decimal): -7492389 or 14396557. OLE color: 14396557.

HSL color Cylindrical-coordinate representation of color #8DACDB: hue angle of 216.15º 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 #8DACDB is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 172 219 -
CMYK 0.36 0.21 0 0.14
HSL 216.15º 0.52% 0.71% -
HSV(B) 216.15º 0.36% 0.86% -
XYZ 38.52 40.28 72.76 -
YUV 168.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 141 172 219 0.36 0.21 0 0.14 216.15 0.52 0.71
Hex 8D AC DB 24 15 0 E D8 34 47
Octal 215 254 333 44 25 0 16 330 64 107
Binary 10001101 10101100 11011011 100100 10101 0 1110 11011000 110100 1000111

Color Harmonies of #8DACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACDB

Black with #8DACDB

Text Example


Text Example

White with #8DACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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