Html Css Color HEX #8DB3DD Polo Blue

📋 copy color: '#8DB3DD'

red 141 ◦ green 179 ◦ blue 221

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

Shades of Polo Blue #8DB3DD

Tints of Polo Blue #8DB3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.09%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 26.06%
G = 33.09%
B = 40.85%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8DB3DD (or 0x8DB3DD) is known color: Polo Blue. HEX triplet: 8D, B3 and DD. RGB value is (141,179,221). Sum of RGB (Red+Green+Blue) = 141+179+221=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DB3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB3DD is #724C22. Grayscale: #ACACAC. Windows color (decimal): -7490595 or 14529421. OLE color: 14529421.

HSL color Cylindrical-coordinate representation of color #8DB3DD: hue angle of 211.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB3DD is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 179 221 -
CMYK 0.36 0.19 0 0.13
HSL 211.5º 0.54% 0.71% -
HSV(B) 211.5º 0.36% 0.87% -
XYZ 40.16 43.12 74.61 -
YUV 172.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 141 179 221 0.36 0.19 0 0.13 211.5 0.54 0.71
Hex 8D B3 DD 24 13 0 D D4 36 47
Octal 215 263 335 44 23 0 15 324 66 107
Binary 10001101 10110011 11011101 100100 10011 0 1101 11010100 110110 1000111

Color Harmonies of #8DB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB3DD

Black with #8DB3DD

Text Example


Text Example

White with #8DB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,179,221); }

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

background-color css

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

 a { background-color: rgb(141,179,221); }

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

border-color css

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

 span { border-color: rgb(141,179,221); }

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