Html Css Color HEX #8DADCB Polo Blue

📋 copy color: '#8DADCB'

red 141 ◦ green 173 ◦ blue 203

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

Shades of Polo Blue #8DADCB

Tints of Polo Blue #8DADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 27.27%
G = 33.46%
B = 39.26%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8DADCB (or 0x8DADCB) is known color: Polo Blue. HEX triplet: 8D, AD and CB. RGB value is (141,173,203). Sum of RGB (Red+Green+Blue) = 141+173+203=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADCB is #725234. Grayscale: #A6A6A6. Windows color (decimal): -7492149 or 13348237. OLE color: 13348237.

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

Color convert

RGB 141 173 203 -
CMYK 0.31 0.15 0 0.20
HSL 209.03º 0.37% 0.67% -
HSV(B) 209.03º 0.31% 0.8% -
XYZ 36.71 39.86 62.26 -
YUV 166.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 141 173 203 0.31 0.15 0 0.20 209.03 0.37 0.67
Hex 8D AD CB 1F F 0 14 D1 25 43
Octal 215 255 313 37 17 0 24 321 45 103
Binary 10001101 10101101 11001011 11111 1111 0 10100 11010001 100101 1000011

Color Harmonies of #8DADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADCB

Black with #8DADCB

Text Example


Text Example

White with #8DADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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