Html Css Color HEX #8BACDD Polo Blue

📋 copy color: '#8BACDD'

red 139 ◦ green 172 ◦ blue 221

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

Shades of Polo Blue #8BACDD

Tints of Polo Blue #8BACDD

RGB

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

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

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

R = 26.13%
G = 32.33%
B = 41.54%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BACDD (or 0x8BACDD) is known color: Polo Blue. HEX triplet: 8B, AC and DD. RGB value is (139,172,221). Sum of RGB (Red+Green+Blue) = 139+172+221=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 172 (67.58% from 255 or 32.33% 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 #8BACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACDD is #745322. Grayscale: #A7A7A7. Windows color (decimal): -7623459 or 14527627. OLE color: 14527627.

HSL color Cylindrical-coordinate representation of color #8BACDD: hue angle of 215.85º degrees, saturation: 0.55, 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 #8BACDD is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 172 221 -
CMYK 0.37 0.22 0 0.13
HSL 215.85º 0.55% 0.71% -
HSV(B) 215.85º 0.37% 0.87% -
XYZ 38.45 40.21 74.14 -
YUV 167.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 139 172 221 0.37 0.22 0 0.13 215.85 0.55 0.71
Hex 8B AC DD 25 16 0 D D8 37 47
Octal 213 254 335 45 26 0 15 330 67 107
Binary 10001011 10101100 11011101 100101 10110 0 1101 11011000 110111 1000111

Color Harmonies of #8BACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACDD

Black with #8BACDD

Text Example


Text Example

White with #8BACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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