Html Css Color HEX #8CA6CE Polo Blue

📋 copy color: '#8CA6CE'

red 140 ◦ green 166 ◦ blue 206

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

Shades of Polo Blue #8CA6CE

Tints of Polo Blue #8CA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.42%

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

R = 27.34%
G = 32.42%
B = 40.23%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8CA6CE (or 0x8CA6CE) is known color: Polo Blue. HEX triplet: 8C, A6 and CE. RGB value is (140,166,206). Sum of RGB (Red+Green+Blue) = 140+166+206=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CA6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA6CE is #735931. Grayscale: #A2A2A2. Windows color (decimal): -7559474 or 13543052. OLE color: 13543052.

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

Color convert

RGB 140 166 206 -
CMYK 0.32 0.19 0 0.19
HSL 216.36º 0.4% 0.68% -
HSV(B) 216.36º 0.32% 0.81% -
XYZ 35.59 37.3 63.72 -
YUV 162.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 140 166 206 0.32 0.19 0 0.19 216.36 0.4 0.68
Hex 8C A6 CE 20 13 0 13 D8 28 44
Octal 214 246 316 40 23 0 23 330 50 104
Binary 10001100 10100110 11001110 100000 10011 0 10011 11011000 101000 1000100

Color Harmonies of #8CA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA6CE

Black with #8CA6CE

Text Example


Text Example

White with #8CA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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