Html Css Color HEX #8EACDF Polo Blue

📋 copy color: '#8EACDF'

red 142 ◦ green 172 ◦ blue 223

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

Shades of Polo Blue #8EACDF

Tints of Polo Blue #8EACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.03%

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

R = 26.44%
G = 32.03%
B = 41.53%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EACDF (or 0x8EACDF) is known color: Polo Blue. HEX triplet: 8E, AC and DF. RGB value is (142,172,223). Sum of RGB (Red+Green+Blue) = 142+172+223=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACDF is #715320. Grayscale: #A8A8A8. Windows color (decimal): -7426849 or 14658702. OLE color: 14658702.

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

Color convert

RGB 142 172 223 -
CMYK 0.36 0.23 0 0.13
HSL 217.78º 0.56% 0.72% -
HSV(B) 217.78º 0.36% 0.87% -
XYZ 39.23 40.58 75.58 -
YUV 168.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 142 172 223 0.36 0.23 0 0.13 217.78 0.56 0.72
Hex 8E AC DF 24 17 0 D DA 38 48
Octal 216 254 337 44 27 0 15 332 70 110
Binary 10001110 10101100 11011111 100100 10111 0 1101 11011010 111000 1001000

Color Harmonies of #8EACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACDF

Black with #8EACDF

Text Example


Text Example

White with #8EACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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