Html Css Color HEX #8BAFD2 Polo Blue

📋 copy color: '#8BAFD2'

red 139 ◦ green 175 ◦ blue 210

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

Shades of Polo Blue #8BAFD2

Tints of Polo Blue #8BAFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.08%

R = 26.53%
G = 33.4%
B = 40.08%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8BAFD2 (or 0x8BAFD2) is known color: Polo Blue. HEX triplet: 8B, AF and D2. RGB value is (139,175,210). Sum of RGB (Red+Green+Blue) = 139+175+210=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 210 - color contains mainly: blue. Hex color #8BAFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFD2 is #74502D. Grayscale: #A8A8A8. Windows color (decimal): -7622702 or 13807499. OLE color: 13807499.

HSL color Cylindrical-coordinate representation of color #8BAFD2: hue angle of 209.58º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BAFD2 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 175 210 -
CMYK 0.34 0.17 0 0.18
HSL 209.58º 0.44% 0.68% -
HSV(B) 209.58º 0.34% 0.82% -
XYZ 37.61 40.8 66.87 -
YUV 168.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 139 175 210 0.34 0.17 0 0.18 209.58 0.44 0.68
Hex 8B AF D2 22 11 0 12 D2 2C 44
Octal 213 257 322 42 21 0 22 322 54 104
Binary 10001011 10101111 11010010 100010 10001 0 10010 11010010 101100 1000100

Color Harmonies of #8BAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAFD2

Black with #8BAFD2

Text Example


Text Example

White with #8BAFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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