Html Css Color HEX #8DABDB Polo Blue

📋 copy color: '#8DABDB'

red 141 ◦ green 171 ◦ blue 219

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

Shades of Polo Blue #8DABDB

Tints of Polo Blue #8DABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.2%

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

R = 26.55%
G = 32.2%
B = 41.24%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DABDB (or 0x8DABDB) is known color: Polo Blue. HEX triplet: 8D, AB and DB. RGB value is (141,171,219). Sum of RGB (Red+Green+Blue) = 141+171+219=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABDB is #725424. Grayscale: #A7A7A7. Windows color (decimal): -7492645 or 14396301. OLE color: 14396301.

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

Color convert

RGB 141 171 219 -
CMYK 0.36 0.22 0 0.14
HSL 216.92º 0.52% 0.71% -
HSV(B) 216.92º 0.36% 0.86% -
XYZ 38.33 39.9 72.7 -
YUV 167.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 141 171 219 0.36 0.22 0 0.14 216.92 0.52 0.71
Hex 8D AB DB 24 16 0 E D9 34 47
Octal 215 253 333 44 26 0 16 331 64 107
Binary 10001101 10101011 11011011 100100 10110 0 1110 11011001 110100 1000111

Color Harmonies of #8DABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DABDB

Black with #8DABDB

Text Example


Text Example

White with #8DABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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