Html Css Color HEX #8DA8CC Polo Blue

📋 copy color: '#8DA8CC'

red 141 ◦ green 168 ◦ blue 204

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

Shades of Polo Blue #8DA8CC

Tints of Polo Blue #8DA8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.75%

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

R = 27.49%
G = 32.75%
B = 39.77%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DA8CC (or 0x8DA8CC) is known color: Polo Blue. HEX triplet: 8D, A8 and CC. RGB value is (141,168,204). Sum of RGB (Red+Green+Blue) = 141+168+204=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA8CC is #725733. Grayscale: #A3A3A3. Windows color (decimal): -7493428 or 13412493. OLE color: 13412493.

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

Color convert

RGB 141 168 204 -
CMYK 0.31 0.18 0 0.2
HSL 214.29º 0.38% 0.68% -
HSV(B) 214.29º 0.31% 0.8% -
XYZ 35.89 38.03 62.58 -
YUV 164.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 141 168 204 0.31 0.18 0 0.2 214.29 0.38 0.68
Hex 8D A8 CC 1F 12 0 14 D6 26 44
Octal 215 250 314 37 22 0 24 326 46 104
Binary 10001101 10101000 11001100 11111 10010 0 10100 11010110 100110 1000100

Color Harmonies of #8DA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA8CC

Black with #8DA8CC

Text Example


Text Example

White with #8DA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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