Html Css Color HEX #8BAED0 Polo Blue

📋 copy color: '#8BAED0'

red 139 ◦ green 174 ◦ blue 208

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

Shades of Polo Blue #8BAED0

Tints of Polo Blue #8BAED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.92%

R = 26.68%
G = 33.4%
B = 39.92%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8BAED0 (or 0x8BAED0) is known color: Polo Blue. HEX triplet: 8B, AE and D0. RGB value is (139,174,208). Sum of RGB (Red+Green+Blue) = 139+174+208=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #8BAED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAED0 is #74512F. Grayscale: #A7A7A7. Windows color (decimal): -7622960 or 13676171. OLE color: 13676171.

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

Color convert

RGB 139 174 208 -
CMYK 0.33 0.16 0 0.18
HSL 209.57º 0.42% 0.68% -
HSV(B) 209.57º 0.33% 0.82% -
XYZ 37.17 40.32 65.5 -
YUV 167.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 139 174 208 0.33 0.16 0 0.18 209.57 0.42 0.68
Hex 8B AE D0 21 10 0 12 D2 2A 44
Octal 213 256 320 41 20 0 22 322 52 104
Binary 10001011 10101110 11010000 100001 10000 0 10010 11010010 101010 1000100

Color Harmonies of #8BAED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAED0

Black with #8BAED0

Text Example


Text Example

White with #8BAED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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