Html Css Color HEX #8DAFD5 Polo Blue

📋 copy color: '#8DAFD5'

red 141 ◦ green 175 ◦ blue 213

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

Shades of Polo Blue #8DAFD5

Tints of Polo Blue #8DAFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 26.65%
G = 33.08%
B = 40.26%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8DAFD5 (or 0x8DAFD5) is known color: Polo Blue. HEX triplet: 8D, AF and D5. RGB value is (141,175,213). Sum of RGB (Red+Green+Blue) = 141+175+213=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #8DAFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFD5 is #72502A. Grayscale: #A8A8A8. Windows color (decimal): -7491627 or 14004109. OLE color: 14004109.

HSL color Cylindrical-coordinate representation of color #8DAFD5: hue angle of 211.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DAFD5 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 175 213 -
CMYK 0.34 0.18 0 0.16
HSL 211.67º 0.46% 0.69% -
HSV(B) 211.67º 0.34% 0.84% -
XYZ 38.32 41.13 68.87 -
YUV 169.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 141 175 213 0.34 0.18 0 0.16 211.67 0.46 0.69
Hex 8D AF D5 22 12 0 10 D4 2E 45
Octal 215 257 325 42 22 0 20 324 56 105
Binary 10001101 10101111 11010101 100010 10010 0 10000 11010100 101110 1000101

Color Harmonies of #8DAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAFD5

Black with #8DAFD5

Text Example


Text Example

White with #8DAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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