Html Css Color HEX #8DADCE Polo Blue

📋 copy color: '#8DADCE'

red 141 ◦ green 173 ◦ blue 206

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

Shades of Polo Blue #8DADCE

Tints of Polo Blue #8DADCE

RGB

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

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

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

R = 27.12%
G = 33.27%
B = 39.62%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DADCE (or 0x8DADCE) is known color: Polo Blue. HEX triplet: 8D, AD and CE. RGB value is (141,173,206). Sum of RGB (Red+Green+Blue) = 141+173+206=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADCE is #725231. Grayscale: #A7A7A7. Windows color (decimal): -7492146 or 13544845. OLE color: 13544845.

HSL color Cylindrical-coordinate representation of color #8DADCE: hue angle of 210.46º 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 #8DADCE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 173 206 -
CMYK 0.32 0.16 0 0.19
HSL 210.46º 0.4% 0.68% -
HSV(B) 210.46º 0.32% 0.81% -
XYZ 37.07 40.01 64.16 -
YUV 167.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 141 173 206 0.32 0.16 0 0.19 210.46 0.4 0.68
Hex 8D AD CE 20 10 0 13 D2 28 44
Octal 215 255 316 40 20 0 23 322 50 104
Binary 10001101 10101101 11001110 100000 10000 0 10011 11010010 101000 1000100

Color Harmonies of #8DADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADCE

Black with #8DADCE

Text Example


Text Example

White with #8DADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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