Html Css Color HEX #8BAED8 Polo Blue

📋 copy color: '#8BAED8'

red 139 ◦ green 174 ◦ blue 216

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

Shades of Polo Blue #8BAED8

Tints of Polo Blue #8BAED8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.89%

 BLUE value IS 216 (84.77% from 255) = 40.83%

R = 26.28%
G = 32.89%
B = 40.83%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8BAED8 (or 0x8BAED8) is known color: Polo Blue. HEX triplet: 8B, AE and D8. RGB value is (139,174,216). Sum of RGB (Red+Green+Blue) = 139+174+216=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BAED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAED8 is #745127. Grayscale: #A8A8A8. Windows color (decimal): -7622952 or 14200459. OLE color: 14200459.

HSL color Cylindrical-coordinate representation of color #8BAED8: hue angle of 212.73º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BAED8 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 174 216 -
CMYK 0.36 0.19 0 0.15
HSL 212.73º 0.5% 0.7% -
HSV(B) 212.73º 0.36% 0.85% -
XYZ 38.18 40.72 70.81 -
YUV 168.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 139 174 216 0.36 0.19 0 0.15 212.73 0.5 0.7
Hex 8B AE D8 24 13 0 F D5 32 46
Octal 213 256 330 44 23 0 17 325 62 106
Binary 10001011 10101110 11011000 100100 10011 0 1111 11010101 110010 1000110

Color Harmonies of #8BAED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAED8

Black with #8BAED8

Text Example


Text Example

White with #8BAED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,174,216); }

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

background-color css

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

 a { background-color: rgb(139,174,216); }

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

border-color css

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

 span { border-color: rgb(139,174,216); }

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