Html Css Color HEX #8CACCE Polo Blue

📋 copy color: '#8CACCE'

red 140 ◦ green 172 ◦ blue 206

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

Shades of Polo Blue #8CACCE

Tints of Polo Blue #8CACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.2%

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

R = 27.03%
G = 33.2%
B = 39.77%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8CACCE (or 0x8CACCE) is known color: Polo Blue. HEX triplet: 8C, AC and CE. RGB value is (140,172,206). Sum of RGB (Red+Green+Blue) = 140+172+206=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACCE is #735331. Grayscale: #A6A6A6. Windows color (decimal): -7557938 or 13544588. OLE color: 13544588.

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

Color convert

RGB 140 172 206 -
CMYK 0.32 0.17 0 0.19
HSL 210.91º 0.4% 0.68% -
HSV(B) 210.91º 0.32% 0.81% -
XYZ 36.71 39.54 64.09 -
YUV 166.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 140 172 206 0.32 0.17 0 0.19 210.91 0.4 0.68
Hex 8C AC CE 20 11 0 13 D3 28 44
Octal 214 254 316 40 21 0 23 323 50 104
Binary 10001100 10101100 11001110 100000 10001 0 10011 11010011 101000 1000100

Color Harmonies of #8CACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACCE

Black with #8CACCE

Text Example


Text Example

White with #8CACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,172,206); }

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

background-color css

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

 a { background-color: rgb(140,172,206); }

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

border-color css

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

 span { border-color: rgb(140,172,206); }

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