Html Css Color HEX #8BAFDC Polo Blue

📋 copy color: '#8BAFDC'

red 139 ◦ green 175 ◦ blue 220

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

Shades of Polo Blue #8BAFDC

Tints of Polo Blue #8BAFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.77%

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

R = 26.03%
G = 32.77%
B = 41.2%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8BAFDC (or 0x8BAFDC) is known color: Polo Blue. HEX triplet: 8B, AF and DC. RGB value is (139,175,220). Sum of RGB (Red+Green+Blue) = 139+175+220=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFDC is #745023. Grayscale: #A9A9A9. Windows color (decimal): -7622692 or 14462859. OLE color: 14462859.

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

Color convert

RGB 139 175 220 -
CMYK 0.37 0.20 0 0.14
HSL 213.33º 0.54% 0.7% -
HSV(B) 213.33º 0.37% 0.86% -
XYZ 38.9 41.32 73.63 -
YUV 169.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 139 175 220 0.37 0.20 0 0.14 213.33 0.54 0.7
Hex 8B AF DC 25 14 0 E D5 36 46
Octal 213 257 334 45 24 0 16 325 66 106
Binary 10001011 10101111 11011100 100101 10100 0 1110 11010101 110110 1000110

Color Harmonies of #8BAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAFDC

Black with #8BAFDC

Text Example


Text Example

White with #8BAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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