Html Css Color HEX #8DAFCD Polo Blue

📋 copy color: '#8DAFCD'

red 141 ◦ green 175 ◦ blue 205

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

Shades of Polo Blue #8DAFCD

Tints of Polo Blue #8DAFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.59%

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 27.06%
G = 33.59%
B = 39.35%

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

#8DAFCD (or 0x8DAFCD) is known color: Polo Blue. HEX triplet: 8D, AF and CD. RGB value is (141,175,205). Sum of RGB (Red+Green+Blue) = 141+175+205=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFCD is #725032. Grayscale: #A8A8A8. Windows color (decimal): -7491635 or 13479821. OLE color: 13479821.

HSL color Cylindrical-coordinate representation of color #8DAFCD: hue angle of 208.12º degrees, saturation: 0.39, 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 #8DAFCD is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 175 205 -
CMYK 0.31 0.15 0 0.20
HSL 208.13º 0.39% 0.68% -
HSV(B) 208.13º 0.31% 0.8% -
XYZ 37.33 40.73 63.65 -
YUV 168.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 141 175 205 0.31 0.15 0 0.20 208.13 0.39 0.68
Hex 8D AF CD 1F F 0 14 D0 27 44
Octal 215 257 315 37 17 0 24 320 47 104
Binary 10001101 10101111 11001101 11111 1111 0 10100 11010000 100111 1000100

Color Harmonies of #8DAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAFCD

Black with #8DAFCD

Text Example


Text Example

White with #8DAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,175,205); }

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

background-color css

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

 a { background-color: rgb(141,175,205); }

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

border-color css

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

 span { border-color: rgb(141,175,205); }

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