Html Css Color HEX #8DA8CE Polo Blue

📋 copy color: '#8DA8CE'

red 141 ◦ green 168 ◦ blue 206

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

Shades of Polo Blue #8DA8CE

Tints of Polo Blue #8DA8CE

RGB

 RED value IS 141 (55.47% from 255) = 27.38%

 GREEN value IS 168 (66.02% from 255) = 32.62%

 BLUE value IS 206 (80.86% from 255) = 40%

R = 27.38%
G = 32.62%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DA8CE (or 0x8DA8CE) is known color: Polo Blue. HEX triplet: 8D, A8 and CE. RGB value is (141,168,206). Sum of RGB (Red+Green+Blue) = 141+168+206=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DA8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA8CE is #725731. Grayscale: #A4A4A4. Windows color (decimal): -7493426 or 13543565. OLE color: 13543565.

HSL color Cylindrical-coordinate representation of color #8DA8CE: hue angle of 215.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DA8CE is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 168 206 -
CMYK 0.32 0.18 0 0.19
HSL 215.08º 0.4% 0.68% -
HSV(B) 215.08º 0.32% 0.81% -
XYZ 36.13 38.12 63.85 -
YUV 164.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 141 168 206 0.32 0.18 0 0.19 215.08 0.4 0.68
Hex 8D A8 CE 20 12 0 13 D7 28 44
Octal 215 250 316 40 22 0 23 327 50 104
Binary 10001101 10101000 11001110 100000 10010 0 10011 11010111 101000 1000100

Color Harmonies of #8DA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA8CE

Black with #8DA8CE

Text Example


Text Example

White with #8DA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,168,206); }

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

background-color css

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

 a { background-color: rgb(141,168,206); }

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

border-color css

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

 span { border-color: rgb(141,168,206); }

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