Html Css Color HEX #8EAEDF Polo Blue

📋 copy color: '#8EAEDF'

red 142 ◦ green 174 ◦ blue 223

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

Shades of Polo Blue #8EAEDF

Tints of Polo Blue #8EAEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.28%

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

R = 26.35%
G = 32.28%
B = 41.37%

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

#8EAEDF (or 0x8EAEDF) is known color: Polo Blue. HEX triplet: 8E, AE and DF. RGB value is (142,174,223). Sum of RGB (Red+Green+Blue) = 142+174+223=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EAEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAEDF is #715120. Grayscale: #A9A9A9. Windows color (decimal): -7426337 or 14659214. OLE color: 14659214.

HSL color Cylindrical-coordinate representation of color #8EAEDF: hue angle of 216.3º 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 #8EAEDF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 174 223 -
CMYK 0.36 0.22 0 0.13
HSL 216.3º 0.56% 0.72% -
HSV(B) 216.3º 0.36% 0.87% -
XYZ 39.61 41.35 75.71 -
YUV 170.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 142 174 223 0.36 0.22 0 0.13 216.3 0.56 0.72
Hex 8E AE DF 24 16 0 D D8 38 48
Octal 216 256 337 44 26 0 15 330 70 110
Binary 10001110 10101110 11011111 100100 10110 0 1101 11011000 111000 1001000

Color Harmonies of #8EAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAEDF

Black with #8EAEDF

Text Example


Text Example

White with #8EAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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