Html Css Color HEX #8BACD7 Polo Blue

📋 copy color: '#8BACD7'

red 139 ◦ green 172 ◦ blue 215

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

Shades of Polo Blue #8BACD7

Tints of Polo Blue #8BACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 26.43%
G = 32.7%
B = 40.87%

CMYK

 C value IS 0.35

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8BACD7 (or 0x8BACD7) is known color: Polo Blue. HEX triplet: 8B, AC and D7. RGB value is (139,172,215). Sum of RGB (Red+Green+Blue) = 139+172+215=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #8BACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACD7 is #745328. Grayscale: #A6A6A6. Windows color (decimal): -7623465 or 14134411. OLE color: 14134411.

HSL color Cylindrical-coordinate representation of color #8BACD7: hue angle of 213.95º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BACD7 is Cyan = 0.35, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 172 215 -
CMYK 0.35 0.2 0 0.16
HSL 213.95º 0.49% 0.69% -
HSV(B) 213.95º 0.35% 0.84% -
XYZ 37.67 39.9 70.01 -
YUV 167.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 139 172 215 0.35 0.2 0 0.16 213.95 0.49 0.69
Hex 8B AC D7 23 14 0 10 D6 31 45
Octal 213 254 327 43 24 0 20 326 61 105
Binary 10001011 10101100 11010111 100011 10100 0 10000 11010110 110001 1000101

Color Harmonies of #8BACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACD7

Black with #8BACD7

Text Example


Text Example

White with #8BACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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