Html Css Color HEX #8DADDB Polo Blue

📋 copy color: '#8DADDB'

red 141 ◦ green 173 ◦ blue 219

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

Shades of Polo Blue #8DADDB

Tints of Polo Blue #8DADDB

RGB

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

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

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

R = 26.45%
G = 32.46%
B = 41.09%

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

#8DADDB (or 0x8DADDB) is known color: Polo Blue. HEX triplet: 8D, AD and DB. RGB value is (141,173,219). Sum of RGB (Red+Green+Blue) = 141+173+219=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADDB is #725224. Grayscale: #A8A8A8. Windows color (decimal): -7492133 or 14396813. OLE color: 14396813.

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

Color convert

RGB 141 173 219 -
CMYK 0.36 0.21 0 0.14
HSL 215.38º 0.52% 0.71% -
HSV(B) 215.38º 0.36% 0.86% -
XYZ 38.71 40.66 72.83 -
YUV 168.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 141 173 219 0.36 0.21 0 0.14 215.38 0.52 0.71
Hex 8D AD DB 24 15 0 E D7 34 47
Octal 215 255 333 44 25 0 16 327 64 107
Binary 10001101 10101101 11011011 100100 10101 0 1110 11010111 110100 1000111

Color Harmonies of #8DADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADDB

Black with #8DADDB

Text Example


Text Example

White with #8DADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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