Html Css Color HEX #8BACDB Polo Blue

📋 copy color: '#8BACDB'

red 139 ◦ green 172 ◦ blue 219

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

Shades of Polo Blue #8BACDB

Tints of Polo Blue #8BACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.45%

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

R = 26.23%
G = 32.45%
B = 41.32%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8BACDB (or 0x8BACDB) is known color: Polo Blue. HEX triplet: 8B, AC and DB. RGB value is (139,172,219). Sum of RGB (Red+Green+Blue) = 139+172+219=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 172 (67.58% from 255 or 32.45% 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 #8BACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACDB is #745324. Grayscale: #A7A7A7. Windows color (decimal): -7623461 or 14396555. OLE color: 14396555.

HSL color Cylindrical-coordinate representation of color #8BACDB: hue angle of 215.25º degrees, saturation: 0.53, 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 #8BACDB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 172 219 -
CMYK 0.37 0.21 0 0.14
HSL 215.25º 0.53% 0.7% -
HSV(B) 215.25º 0.37% 0.86% -
XYZ 38.19 40.11 72.75 -
YUV 167.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 139 172 219 0.37 0.21 0 0.14 215.25 0.53 0.7
Hex 8B AC DB 25 15 0 E D7 35 46
Octal 213 254 333 45 25 0 16 327 65 106
Binary 10001011 10101100 11011011 100101 10101 0 1110 11010111 110101 1000110

Color Harmonies of #8BACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACDB

Black with #8BACDB

Text Example


Text Example

White with #8BACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,172,219); }

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

background-color css

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

 a { background-color: rgb(139,172,219); }

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

border-color css

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

 span { border-color: rgb(139,172,219); }

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