Html Css Color HEX #8DB6CD Polo Blue

📋 copy color: '#8DB6CD'

red 141 ◦ green 182 ◦ blue 205

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

Shades of Polo Blue #8DB6CD

Tints of Polo Blue #8DB6CD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.47%

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 26.7%
G = 34.47%
B = 38.83%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8DB6CD (or 0x8DB6CD) is known color: Polo Blue. HEX triplet: 8D, B6 and CD. RGB value is (141,182,205). Sum of RGB (Red+Green+Blue) = 141+182+205=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DB6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB6CD is #724932. Grayscale: #ACACAC. Windows color (decimal): -7489843 or 13481613. OLE color: 13481613.

HSL color Cylindrical-coordinate representation of color #8DB6CD: hue angle of 201.56º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DB6CD is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 182 205 -
CMYK 0.31 0.11 0 0.20
HSL 201.56º 0.39% 0.68% -
HSV(B) 201.56º 0.31% 0.8% -
XYZ 38.73 43.53 64.12 -
YUV 172.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 141 182 205 0.31 0.11 0 0.20 201.56 0.39 0.68
Hex 8D B6 CD 1F B 0 14 CA 27 44
Octal 215 266 315 37 13 0 24 312 47 104
Binary 10001101 10110110 11001101 11111 1011 0 10100 11001010 100111 1000100

Color Harmonies of #8DB6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB6CD

Black with #8DB6CD

Text Example


Text Example

White with #8DB6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,182,205); }

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

background-color css

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

 a { background-color: rgb(141,182,205); }

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

border-color css

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

 span { border-color: rgb(141,182,205); }

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