Html Css Color HEX #8DB1CE Polo Blue

📋 copy color: '#8DB1CE'

red 141 ◦ green 177 ◦ blue 206

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

Shades of Polo Blue #8DB1CE

Tints of Polo Blue #8DB1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.78%

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 26.91%
G = 33.78%
B = 39.31%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DB1CE (or 0x8DB1CE) is known color: Polo Blue. HEX triplet: 8D, B1 and CE. RGB value is (141,177,206). Sum of RGB (Red+Green+Blue) = 141+177+206=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DB1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB1CE is #724E31. Grayscale: #A9A9A9. Windows color (decimal): -7491122 or 13545869. OLE color: 13545869.

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

Color convert

RGB 141 177 206 -
CMYK 0.32 0.14 0 0.19
HSL 206.77º 0.4% 0.68% -
HSV(B) 206.77º 0.32% 0.81% -
XYZ 37.85 41.56 64.42 -
YUV 169.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 141 177 206 0.32 0.14 0 0.19 206.77 0.4 0.68
Hex 8D B1 CE 20 E 0 13 CF 28 44
Octal 215 261 316 40 16 0 23 317 50 104
Binary 10001101 10110001 11001110 100000 1110 0 10011 11001111 101000 1000100

Color Harmonies of #8DB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB1CE

Black with #8DB1CE

Text Example


Text Example

White with #8DB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,177,206); }

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

background-color css

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

 a { background-color: rgb(141,177,206); }

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

border-color css

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

 span { border-color: rgb(141,177,206); }

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