Html Css Color HEX #8CA8DC Polo Blue

📋 copy color: '#8CA8DC'

red 140 ◦ green 168 ◦ blue 220

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

Shades of Polo Blue #8CA8DC

Tints of Polo Blue #8CA8DC

RGB

 RED value IS 140 (55.08% from 255) = 26.52%

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

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 26.52%
G = 31.82%
B = 41.67%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CA8DC (or 0x8CA8DC) is known color: Polo Blue. HEX triplet: 8C, A8 and DC. RGB value is (140,168,220). Sum of RGB (Red+Green+Blue) = 140+168+220=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CA8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA8DC is #735723. Grayscale: #A5A5A5. Windows color (decimal): -7558948 or 14461068. OLE color: 14461068.

HSL color Cylindrical-coordinate representation of color #8CA8DC: hue angle of 219º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CA8DC is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 168 220 -
CMYK 0.36 0.24 0 0.14
HSL 219º 0.53% 0.71% -
HSV(B) 219º 0.36% 0.86% -
XYZ 37.74 38.75 73.2 -
YUV 165.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 140 168 220 0.36 0.24 0 0.14 219 0.53 0.71
Hex 8C A8 DC 24 18 0 E DB 35 47
Octal 214 250 334 44 30 0 16 333 65 107
Binary 10001100 10101000 11011100 100100 11000 0 1110 11011011 110101 1000111

Color Harmonies of #8CA8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA8DC

Black with #8CA8DC

Text Example


Text Example

White with #8CA8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,168,220); }

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

background-color css

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

 a { background-color: rgb(140,168,220); }

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

border-color css

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

 span { border-color: rgb(140,168,220); }

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