Html Css Color HEX #8EABDA Polo Blue

📋 copy color: '#8EABDA'

red 142 ◦ green 171 ◦ blue 218

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

Shades of Polo Blue #8EABDA

Tints of Polo Blue #8EABDA

RGB

 RED value IS 142 (55.86% from 255) = 26.74%

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 26.74%
G = 32.2%
B = 41.05%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8EABDA (or 0x8EABDA) is known color: Polo Blue. HEX triplet: 8E, AB and DA. RGB value is (142,171,218). Sum of RGB (Red+Green+Blue) = 142+171+218=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #8EABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABDA is #715425. Grayscale: #A7A7A7. Windows color (decimal): -7427110 or 14330766. OLE color: 14330766.

HSL color Cylindrical-coordinate representation of color #8EABDA: hue angle of 217.11º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EABDA is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 171 218 -
CMYK 0.35 0.22 0 0.15
HSL 217.11º 0.51% 0.71% -
HSV(B) 217.11º 0.35% 0.85% -
XYZ 38.37 39.94 72.02 -
YUV 167.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 142 171 218 0.35 0.22 0 0.15 217.11 0.51 0.71
Hex 8E AB DA 23 16 0 F D9 33 47
Octal 216 253 332 43 26 0 17 331 63 107
Binary 10001110 10101011 11011010 100011 10110 0 1111 11011001 110011 1000111

Color Harmonies of #8EABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABDA

Black with #8EABDA

Text Example


Text Example

White with #8EABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,171,218); }

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

background-color css

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

 a { background-color: rgb(142,171,218); }

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

border-color css

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

 span { border-color: rgb(142,171,218); }

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