Html Css Color HEX #8EB2DD Polo Blue

📋 copy color: '#8EB2DD'

red 142 ◦ green 178 ◦ blue 221

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

Shades of Polo Blue #8EB2DD

Tints of Polo Blue #8EB2DD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.9%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 26.25%
G = 32.9%
B = 40.85%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EB2DD (or 0x8EB2DD) is known color: Polo Blue. HEX triplet: 8E, B2 and DD. RGB value is (142,178,221). Sum of RGB (Red+Green+Blue) = 142+178+221=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EB2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB2DD is #714D22. Grayscale: #ABABAB. Windows color (decimal): -7425315 or 14529166. OLE color: 14529166.

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

Color convert

RGB 142 178 221 -
CMYK 0.36 0.19 0 0.13
HSL 212.66º 0.54% 0.71% -
HSV(B) 212.66º 0.36% 0.87% -
XYZ 40.13 42.81 74.56 -
YUV 172.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 142 178 221 0.36 0.19 0 0.13 212.66 0.54 0.71
Hex 8E B2 DD 24 13 0 D D5 36 47
Octal 216 262 335 44 23 0 15 325 66 107
Binary 10001110 10110010 11011101 100100 10011 0 1101 11010101 110110 1000111

Color Harmonies of #8EB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB2DD

Black with #8EB2DD

Text Example


Text Example

White with #8EB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,178,221); }

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

background-color css

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

 a { background-color: rgb(142,178,221); }

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

border-color css

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

 span { border-color: rgb(142,178,221); }

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