Html Css Color HEX #8BABDC Polo Blue

📋 copy color: '#8BABDC'

red 139 ◦ green 171 ◦ blue 220

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

Shades of Polo Blue #8BABDC

Tints of Polo Blue #8BABDC

RGB

 RED value IS 139 (54.69% from 255) = 26.23%

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

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

R = 26.23%
G = 32.26%
B = 41.51%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8BABDC (or 0x8BABDC) is known color: Polo Blue. HEX triplet: 8B, AB and DC. RGB value is (139,171,220). Sum of RGB (Red+Green+Blue) = 139+171+220=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABDC is #745423. Grayscale: #A6A6A6. Windows color (decimal): -7623716 or 14461835. OLE color: 14461835.

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

Color convert

RGB 139 171 220 -
CMYK 0.37 0.22 0 0.14
HSL 216.3º 0.54% 0.7% -
HSV(B) 216.3º 0.37% 0.86% -
XYZ 38.13 39.78 73.38 -
YUV 167.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 139 171 220 0.37 0.22 0 0.14 216.3 0.54 0.7
Hex 8B AB DC 25 16 0 E D8 36 46
Octal 213 253 334 45 26 0 16 330 66 106
Binary 10001011 10101011 11011100 100101 10110 0 1110 11011000 110110 1000110

Color Harmonies of #8BABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BABDC

Black with #8BABDC

Text Example


Text Example

White with #8BABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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