Html Css Color HEX #8EADCD Polo Blue

📋 copy color: '#8EADCD'

red 142 ◦ green 173 ◦ blue 205

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

Shades of Polo Blue #8EADCD

Tints of Polo Blue #8EADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 27.31%
G = 33.27%
B = 39.42%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8EADCD (or 0x8EADCD) is known color: Polo Blue. HEX triplet: 8E, AD and CD. RGB value is (142,173,205). Sum of RGB (Red+Green+Blue) = 142+173+205=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADCD is #715232. Grayscale: #A7A7A7. Windows color (decimal): -7426611 or 13479310. OLE color: 13479310.

HSL color Cylindrical-coordinate representation of color #8EADCD: hue angle of 210.48º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EADCD is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 173 205 -
CMYK 0.31 0.16 0 0.20
HSL 210.48º 0.39% 0.68% -
HSV(B) 210.48º 0.31% 0.8% -
XYZ 37.12 40.05 63.53 -
YUV 167.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 142 173 205 0.31 0.16 0 0.20 210.48 0.39 0.68
Hex 8E AD CD 1F 10 0 14 D2 27 44
Octal 216 255 315 37 20 0 24 322 47 104
Binary 10001110 10101101 11001101 11111 10000 0 10100 11010010 100111 1000100

Color Harmonies of #8EADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EADCD

Black with #8EADCD

Text Example


Text Example

White with #8EADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,173,205); }

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

background-color css

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

 a { background-color: rgb(142,173,205); }

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

border-color css

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

 span { border-color: rgb(142,173,205); }

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