Html Css Color HEX #8DADCC Polo Blue

📋 copy color: '#8DADCC'

red 141 ◦ green 173 ◦ blue 204

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

Shades of Polo Blue #8DADCC

Tints of Polo Blue #8DADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 27.22%
G = 33.4%
B = 39.38%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DADCC (or 0x8DADCC) is known color: Polo Blue. HEX triplet: 8D, AD and CC. RGB value is (141,173,204). Sum of RGB (Red+Green+Blue) = 141+173+204=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADCC is #725233. Grayscale: #A6A6A6. Windows color (decimal): -7492148 or 13413773. OLE color: 13413773.

HSL color Cylindrical-coordinate representation of color #8DADCC: hue angle of 209.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DADCC is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 173 204 -
CMYK 0.31 0.15 0 0.2
HSL 209.52º 0.38% 0.68% -
HSV(B) 209.52º 0.31% 0.8% -
XYZ 36.83 39.91 62.89 -
YUV 166.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 141 173 204 0.31 0.15 0 0.2 209.52 0.38 0.68
Hex 8D AD CC 1F F 0 14 D2 26 44
Octal 215 255 314 37 17 0 24 322 46 104
Binary 10001101 10101101 11001100 11111 1111 0 10100 11010010 100110 1000100

Color Harmonies of #8DADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADCC

Black with #8DADCC

Text Example


Text Example

White with #8DADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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