Html Css Color HEX #8DAEDB Polo Blue

📋 copy color: '#8DAEDB'

red 141 ◦ green 174 ◦ blue 219

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

Shades of Polo Blue #8DAEDB

Tints of Polo Blue #8DAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.58%

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

R = 26.4%
G = 32.58%
B = 41.01%

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

#8DAEDB (or 0x8DAEDB) is known color: Polo Blue. HEX triplet: 8D, AE and DB. RGB value is (141,174,219). Sum of RGB (Red+Green+Blue) = 141+174+219=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAEDB is #725124. Grayscale: #A9A9A9. Windows color (decimal): -7491877 or 14397069. OLE color: 14397069.

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

Color convert

RGB 141 174 219 -
CMYK 0.36 0.21 0 0.14
HSL 214.62º 0.52% 0.71% -
HSV(B) 214.62º 0.36% 0.86% -
XYZ 38.91 41.05 72.89 -
YUV 169.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 141 174 219 0.36 0.21 0 0.14 214.62 0.52 0.71
Hex 8D AE DB 24 15 0 E D7 34 47
Octal 215 256 333 44 25 0 16 327 64 107
Binary 10001101 10101110 11011011 100100 10101 0 1110 11010111 110100 1000111

Color Harmonies of #8DAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAEDB

Black with #8DAEDB

Text Example


Text Example

White with #8DAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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