Html Css Color HEX #8EADDF Polo Blue

📋 copy color: '#8EADDF'

red 142 ◦ green 173 ◦ blue 223

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

Shades of Polo Blue #8EADDF

Tints of Polo Blue #8EADDF

RGB

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

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

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

R = 26.39%
G = 32.16%
B = 41.45%

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

#8EADDF (or 0x8EADDF) is known color: Polo Blue. HEX triplet: 8E, AD and DF. RGB value is (142,173,223). Sum of RGB (Red+Green+Blue) = 142+173+223=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADDF is #715220. Grayscale: #A9A9A9. Windows color (decimal): -7426593 or 14658958. OLE color: 14658958.

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

Color convert

RGB 142 173 223 -
CMYK 0.36 0.22 0 0.13
HSL 217.04º 0.56% 0.72% -
HSV(B) 217.04º 0.36% 0.87% -
XYZ 39.42 40.97 75.64 -
YUV 169.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 142 173 223 0.36 0.22 0 0.13 217.04 0.56 0.72
Hex 8E AD DF 24 16 0 D D9 38 48
Octal 216 255 337 44 26 0 15 331 70 110
Binary 10001110 10101101 11011111 100100 10110 0 1101 11011001 111000 1001000

Color Harmonies of #8EADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EADDF

Black with #8EADDF

Text Example


Text Example

White with #8EADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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