Html Css Color HEX #8CABDC Polo Blue

📋 copy color: '#8CABDC'

red 140 ◦ green 171 ◦ blue 220

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

Shades of Polo Blue #8CABDC

Tints of Polo Blue #8CABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.2%

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

R = 26.37%
G = 32.2%
B = 41.43%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CABDC (or 0x8CABDC) is known color: Polo Blue. HEX triplet: 8C, AB and DC. RGB value is (140,171,220). Sum of RGB (Red+Green+Blue) = 140+171+220=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABDC is #735423. Grayscale: #A7A7A7. Windows color (decimal): -7558180 or 14461836. OLE color: 14461836.

HSL color Cylindrical-coordinate representation of color #8CABDC: hue angle of 216.75º 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 #8CABDC is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 171 220 -
CMYK 0.36 0.22 0 0.14
HSL 216.75º 0.53% 0.71% -
HSV(B) 216.75º 0.36% 0.86% -
XYZ 38.3 39.87 73.39 -
YUV 167.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 140 171 220 0.36 0.22 0 0.14 216.75 0.53 0.71
Hex 8C AB DC 24 16 0 E D9 35 47
Octal 214 253 334 44 26 0 16 331 65 107
Binary 10001100 10101011 11011100 100100 10110 0 1110 11011001 110101 1000111

Color Harmonies of #8CABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABDC

Black with #8CABDC

Text Example


Text Example

White with #8CABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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