Html Css Color HEX #8DA9CF Polo Blue

📋 copy color: '#8DA9CF'

red 141 ◦ green 169 ◦ blue 207

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

Shades of Polo Blue #8DA9CF

Tints of Polo Blue #8DA9CF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.69%

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 27.27%
G = 32.69%
B = 40.04%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DA9CF (or 0x8DA9CF) is known color: Polo Blue. HEX triplet: 8D, A9 and CF. RGB value is (141,169,207). Sum of RGB (Red+Green+Blue) = 141+169+207=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DA9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9CF is #725630. Grayscale: #A4A4A4. Windows color (decimal): -7493169 or 13609357. OLE color: 13609357.

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

Color convert

RGB 141 169 207 -
CMYK 0.32 0.18 0 0.19
HSL 214.55º 0.41% 0.68% -
HSV(B) 214.55º 0.32% 0.81% -
XYZ 36.43 38.54 64.55 -
YUV 164.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 141 169 207 0.32 0.18 0 0.19 214.55 0.41 0.68
Hex 8D A9 CF 20 12 0 13 D7 29 44
Octal 215 251 317 40 22 0 23 327 51 104
Binary 10001101 10101001 11001111 100000 10010 0 10011 11010111 101001 1000100

Color Harmonies of #8DA9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA9CF

Black with #8DA9CF

Text Example


Text Example

White with #8DA9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,169,207); }

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

background-color css

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

 a { background-color: rgb(141,169,207); }

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

border-color css

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

 span { border-color: rgb(141,169,207); }

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