Html Css Color HEX #8BACD6 Polo Blue

📋 copy color: '#8BACD6'

red 139 ◦ green 172 ◦ blue 214

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

Shades of Polo Blue #8BACD6

Tints of Polo Blue #8BACD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.76%

R = 26.48%
G = 32.76%
B = 40.76%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8BACD6 (or 0x8BACD6) is known color: Polo Blue. HEX triplet: 8B, AC and D6. RGB value is (139,172,214). Sum of RGB (Red+Green+Blue) = 139+172+214=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #8BACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACD6 is #745329. Grayscale: #A6A6A6. Windows color (decimal): -7623466 or 14068875. OLE color: 14068875.

HSL color Cylindrical-coordinate representation of color #8BACD6: hue angle of 213.6º degrees, saturation: 0.48, 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 #8BACD6 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 172 214 -
CMYK 0.35 0.20 0 0.16
HSL 213.6º 0.48% 0.69% -
HSV(B) 213.6º 0.35% 0.84% -
XYZ 37.54 39.85 69.33 -
YUV 166.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 139 172 214 0.35 0.20 0 0.16 213.6 0.48 0.69
Hex 8B AC D6 23 14 0 10 D6 30 45
Octal 213 254 326 43 24 0 20 326 60 105
Binary 10001011 10101100 11010110 100011 10100 0 10000 11010110 110000 1000101

Color Harmonies of #8BACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BACD6

Black with #8BACD6

Text Example


Text Example

White with #8BACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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