Html Css Color HEX #8DB2CE Polo Blue

📋 copy color: '#8DB2CE'

red 141 ◦ green 178 ◦ blue 206

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

Shades of Polo Blue #8DB2CE

Tints of Polo Blue #8DB2CE

RGB

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

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

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

R = 26.86%
G = 33.9%
B = 39.24%

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

#8DB2CE (or 0x8DB2CE) is known color: Polo Blue. HEX triplet: 8D, B2 and CE. RGB value is (141,178,206). Sum of RGB (Red+Green+Blue) = 141+178+206=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DB2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB2CE is #724D31. Grayscale: #A9A9A9. Windows color (decimal): -7490866 or 13546125. OLE color: 13546125.

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

Color convert

RGB 141 178 206 -
CMYK 0.32 0.14 0 0.19
HSL 205.85º 0.4% 0.68% -
HSV(B) 205.85º 0.32% 0.81% -
XYZ 38.05 41.96 64.49 -
YUV 170.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 141 178 206 0.32 0.14 0 0.19 205.85 0.4 0.68
Hex 8D B2 CE 20 E 0 13 CE 28 44
Octal 215 262 316 40 16 0 23 316 50 104
Binary 10001101 10110010 11001110 100000 1110 0 10011 11001110 101000 1000100

Color Harmonies of #8DB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB2CE

Black with #8DB2CE

Text Example


Text Example

White with #8DB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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