Html Css Color HEX #8EAFCC Polo Blue

📋 copy color: '#8EAFCC'

red 142 ◦ green 175 ◦ blue 204

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

Shades of Polo Blue #8EAFCC

Tints of Polo Blue #8EAFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 27.26%
G = 33.59%
B = 39.16%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8EAFCC (or 0x8EAFCC) is known color: Polo Blue. HEX triplet: 8E, AF and CC. RGB value is (142,175,204). Sum of RGB (Red+Green+Blue) = 142+175+204=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFCC is #715033. Grayscale: #A8A8A8. Windows color (decimal): -7426100 or 13414286. OLE color: 13414286.

HSL color Cylindrical-coordinate representation of color #8EAFCC: hue angle of 208.06º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EAFCC is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 175 204 -
CMYK 0.30 0.14 0 0.2
HSL 208.06º 0.38% 0.68% -
HSV(B) 208.06º 0.3% 0.8% -
XYZ 37.38 40.77 63.03 -
YUV 168.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 142 175 204 0.30 0.14 0 0.2 208.06 0.38 0.68
Hex 8E AF CC 1E E 0 14 D0 26 44
Octal 216 257 314 36 16 0 24 320 46 104
Binary 10001110 10101111 11001100 11110 1110 0 10100 11010000 100110 1000100

Color Harmonies of #8EAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAFCC

Black with #8EAFCC

Text Example


Text Example

White with #8EAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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