Html Css Color HEX #8CABDB Polo Blue

📋 copy color: '#8CABDB'

red 140 ◦ green 171 ◦ blue 219

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

Shades of Polo Blue #8CABDB

Tints of Polo Blue #8CABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 26.42%
G = 32.26%
B = 41.32%

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

#8CABDB (or 0x8CABDB) is known color: Polo Blue. HEX triplet: 8C, AB and DB. RGB value is (140,171,219). Sum of RGB (Red+Green+Blue) = 140+171+219=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABDB is #735424. Grayscale: #A6A6A6. Windows color (decimal): -7558181 or 14396300. OLE color: 14396300.

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

Color convert

RGB 140 171 219 -
CMYK 0.36 0.22 0 0.14
HSL 216.46º 0.52% 0.7% -
HSV(B) 216.46º 0.36% 0.86% -
XYZ 38.16 39.82 72.69 -
YUV 167.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 140 171 219 0.36 0.22 0 0.14 216.46 0.52 0.7
Hex 8C AB DB 24 16 0 E D8 34 46
Octal 214 253 333 44 26 0 16 330 64 106
Binary 10001100 10101011 11011011 100100 10110 0 1110 11011000 110100 1000110

Color Harmonies of #8CABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABDB

Black with #8CABDB

Text Example


Text Example

White with #8CABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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