Html Css Color HEX #8CABDD Polo Blue

📋 copy color: '#8CABDD'

red 140 ◦ green 171 ◦ blue 221

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

Shades of Polo Blue #8CABDD

Tints of Polo Blue #8CABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 26.32%
G = 32.14%
B = 41.54%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8CABDD (or 0x8CABDD) is known color: Polo Blue. HEX triplet: 8C, AB and DD. RGB value is (140,171,221). Sum of RGB (Red+Green+Blue) = 140+171+221=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABDD is #735422. Grayscale: #A7A7A7. Windows color (decimal): -7558179 or 14527372. OLE color: 14527372.

HSL color Cylindrical-coordinate representation of color #8CABDD: hue angle of 217.04º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CABDD is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 171 221 -
CMYK 0.37 0.23 0 0.13
HSL 217.04º 0.54% 0.71% -
HSV(B) 217.04º 0.37% 0.87% -
XYZ 38.43 39.92 74.09 -
YUV 167.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 140 171 221 0.37 0.23 0 0.13 217.04 0.54 0.71
Hex 8C AB DD 25 17 0 D D9 36 47
Octal 214 253 335 45 27 0 15 331 66 107
Binary 10001100 10101011 11011101 100101 10111 0 1101 11011001 110110 1000111

Color Harmonies of #8CABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABDD

Black with #8CABDD

Text Example


Text Example

White with #8CABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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