Html Css Color HEX #8EAFDF Polo Blue

📋 copy color: '#8EAFDF'

red 142 ◦ green 175 ◦ blue 223

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

Shades of Polo Blue #8EAFDF

Tints of Polo Blue #8EAFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 26.3%
G = 32.41%
B = 41.3%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EAFDF (or 0x8EAFDF) is known color: Polo Blue. HEX triplet: 8E, AF and DF. RGB value is (142,175,223). Sum of RGB (Red+Green+Blue) = 142+175+223=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFDF is #715020. Grayscale: #AAAAAA. Windows color (decimal): -7426081 or 14659470. OLE color: 14659470.

HSL color Cylindrical-coordinate representation of color #8EAFDF: hue angle of 215.56º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EAFDF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 175 223 -
CMYK 0.36 0.22 0 0.13
HSL 215.56º 0.56% 0.72% -
HSV(B) 215.56º 0.36% 0.87% -
XYZ 39.8 41.74 75.77 -
YUV 170.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 142 175 223 0.36 0.22 0 0.13 215.56 0.56 0.72
Hex 8E AF DF 24 16 0 D D8 38 48
Octal 216 257 337 44 26 0 15 330 70 110
Binary 10001110 10101111 11011111 100100 10110 0 1101 11011000 111000 1001000

Color Harmonies of #8EAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAFDF

Black with #8EAFDF

Text Example


Text Example

White with #8EAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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