Html Css Color HEX #8BAFD6 Polo Blue

📋 copy color: '#8BAFD6'

red 139 ◦ green 175 ◦ blue 214

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

Shades of Polo Blue #8BAFD6

Tints of Polo Blue #8BAFD6

RGB

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

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

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

R = 26.33%
G = 33.14%
B = 40.53%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8BAFD6 (or 0x8BAFD6) is known color: Polo Blue. HEX triplet: 8B, AF and D6. RGB value is (139,175,214). Sum of RGB (Red+Green+Blue) = 139+175+214=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #8BAFD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFD6 is #745029. Grayscale: #A8A8A8. Windows color (decimal): -7622698 or 14069643. OLE color: 14069643.

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

Color convert

RGB 139 175 214 -
CMYK 0.35 0.18 0 0.16
HSL 211.2º 0.48% 0.69% -
HSV(B) 211.2º 0.35% 0.84% -
XYZ 38.12 41 69.52 -
YUV 168.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 139 175 214 0.35 0.18 0 0.16 211.2 0.48 0.69
Hex 8B AF D6 23 12 0 10 D3 30 45
Octal 213 257 326 43 22 0 20 323 60 105
Binary 10001011 10101111 11010110 100011 10010 0 10000 11010011 110000 1000101

Color Harmonies of #8BAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAFD6

Black with #8BAFD6

Text Example


Text Example

White with #8BAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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