Html Css Color HEX #8EADCF Polo Blue

📋 copy color: '#8EADCF'

red 142 ◦ green 173 ◦ blue 207

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

Shades of Polo Blue #8EADCF

Tints of Polo Blue #8EADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.66%

R = 27.2%
G = 33.14%
B = 39.66%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8EADCF (or 0x8EADCF) is known color: Polo Blue. HEX triplet: 8E, AD and CF. RGB value is (142,173,207). Sum of RGB (Red+Green+Blue) = 142+173+207=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADCF is #715230. Grayscale: #A7A7A7. Windows color (decimal): -7426609 or 13610382. OLE color: 13610382.

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

Color convert

RGB 142 173 207 -
CMYK 0.31 0.16 0 0.19
HSL 211.38º 0.4% 0.68% -
HSV(B) 211.38º 0.31% 0.81% -
XYZ 37.36 40.14 64.81 -
YUV 167.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 142 173 207 0.31 0.16 0 0.19 211.38 0.4 0.68
Hex 8E AD CF 1F 10 0 13 D3 28 44
Octal 216 255 317 37 20 0 23 323 50 104
Binary 10001110 10101101 11001111 11111 10000 0 10011 11010011 101000 1000100

Color Harmonies of #8EADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EADCF

Black with #8EADCF

Text Example


Text Example

White with #8EADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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