Html Css Color HEX #8DA1D0 Polo Blue

📋 copy color: '#8DA1D0'

red 141 ◦ green 161 ◦ blue 208

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

Shades of Polo Blue #8DA1D0

Tints of Polo Blue #8DA1D0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.57%

 BLUE value IS 208 (81.64% from 255) = 40.78%

R = 27.65%
G = 31.57%
B = 40.78%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8DA1D0 (or 0x8DA1D0) is known color: Polo Blue. HEX triplet: 8D, A1 and D0. RGB value is (141,161,208). Sum of RGB (Red+Green+Blue) = 141+161+208=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #8DA1D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA1D0 is #725E2F. Grayscale: #A0A0A0. Windows color (decimal): -7495216 or 13672845. OLE color: 13672845.

HSL color Cylindrical-coordinate representation of color #8DA1D0: hue angle of 222.09º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DA1D0 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 161 208 -
CMYK 0.32 0.23 0 0.18
HSL 222.09º 0.42% 0.68% -
HSV(B) 222.09º 0.32% 0.82% -
XYZ 35.11 35.71 64.72 -
YUV 160.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 141 161 208 0.32 0.23 0 0.18 222.09 0.42 0.68
Hex 8D A1 D0 20 17 0 12 DE 2A 44
Octal 215 241 320 40 27 0 22 336 52 104
Binary 10001101 10100001 11010000 100000 10111 0 10010 11011110 101010 1000100

Color Harmonies of #8DA1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA1D0

Black with #8DA1D0

Text Example


Text Example

White with #8DA1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,161,208); }

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

background-color css

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

 a { background-color: rgb(141,161,208); }

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

border-color css

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

 span { border-color: rgb(141,161,208); }

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