Html Css Color HEX #8EAFCD Polo Blue

📋 copy color: '#8EAFCD'

red 142 ◦ green 175 ◦ blue 205

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

Shades of Polo Blue #8EAFCD

Tints of Polo Blue #8EAFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.52%

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

R = 27.2%
G = 33.52%
B = 39.27%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8EAFCD (or 0x8EAFCD) is known color: Polo Blue. HEX triplet: 8E, AF and CD. RGB value is (142,175,205). Sum of RGB (Red+Green+Blue) = 142+175+205=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFCD is #715032. Grayscale: #A8A8A8. Windows color (decimal): -7426099 or 13479822. OLE color: 13479822.

HSL color Cylindrical-coordinate representation of color #8EAFCD: hue angle of 208.57º 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 #8EAFCD is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 175 205 -
CMYK 0.31 0.15 0 0.20
HSL 208.57º 0.39% 0.68% -
HSV(B) 208.57º 0.31% 0.8% -
XYZ 37.5 40.82 63.66 -
YUV 168.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 142 175 205 0.31 0.15 0 0.20 208.57 0.39 0.68
Hex 8E AF CD 1F F 0 14 D1 27 44
Octal 216 257 315 37 17 0 24 321 47 104
Binary 10001110 10101111 11001101 11111 1111 0 10100 11010001 100111 1000100

Color Harmonies of #8EAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAFCD

Black with #8EAFCD

Text Example


Text Example

White with #8EAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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