Html Css Color HEX #8DB2DD Polo Blue

📋 copy color: '#8DB2DD'

red 141 ◦ green 178 ◦ blue 221

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

Shades of Polo Blue #8DB2DD

Tints of Polo Blue #8DB2DD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.96%

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

R = 26.11%
G = 32.96%
B = 40.93%

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

#8DB2DD (or 0x8DB2DD) is known color: Polo Blue. HEX triplet: 8D, B2 and DD. RGB value is (141,178,221). Sum of RGB (Red+Green+Blue) = 141+178+221=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DB2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB2DD is #724D22. Grayscale: #ABABAB. Windows color (decimal): -7490851 or 14529165. OLE color: 14529165.

HSL color Cylindrical-coordinate representation of color #8DB2DD: hue angle of 212.25º 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 #8DB2DD is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 178 221 -
CMYK 0.36 0.19 0 0.13
HSL 212.25º 0.54% 0.71% -
HSV(B) 212.25º 0.36% 0.87% -
XYZ 39.96 42.72 74.55 -
YUV 171.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 141 178 221 0.36 0.19 0 0.13 212.25 0.54 0.71
Hex 8D B2 DD 24 13 0 D D4 36 47
Octal 215 262 335 44 23 0 15 324 66 107
Binary 10001101 10110010 11011101 100100 10011 0 1101 11010100 110110 1000111

Color Harmonies of #8DB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB2DD

Black with #8DB2DD

Text Example


Text Example

White with #8DB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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