Html Css Color HEX #8DB0CC Polo Blue

📋 copy color: '#8DB0CC'

red 141 ◦ green 176 ◦ blue 204

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

Shades of Polo Blue #8DB0CC

Tints of Polo Blue #8DB0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.78%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 27.06%
G = 33.78%
B = 39.16%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DB0CC (or 0x8DB0CC) is known color: Polo Blue. HEX triplet: 8D, B0 and CC. RGB value is (141,176,204). Sum of RGB (Red+Green+Blue) = 141+176+204=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DB0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0CC is #724F33. Grayscale: #A8A8A8. Windows color (decimal): -7491380 or 13414541. OLE color: 13414541.

HSL color Cylindrical-coordinate representation of color #8DB0CC: hue angle of 206.67º degrees, saturation: 0.38, 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 #8DB0CC is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 176 204 -
CMYK 0.31 0.14 0 0.2
HSL 206.67º 0.38% 0.68% -
HSV(B) 206.67º 0.31% 0.8% -
XYZ 37.41 41.07 63.08 -
YUV 168.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 141 176 204 0.31 0.14 0 0.2 206.67 0.38 0.68
Hex 8D B0 CC 1F E 0 14 CF 26 44
Octal 215 260 314 37 16 0 24 317 46 104
Binary 10001101 10110000 11001100 11111 1110 0 10100 11001111 100110 1000100

Color Harmonies of #8DB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB0CC

Black with #8DB0CC

Text Example


Text Example

White with #8DB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,176,204); }

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

background-color css

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

 a { background-color: rgb(141,176,204); }

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

border-color css

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

 span { border-color: rgb(141,176,204); }

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