Html Css Color HEX #8BAED2 Polo Blue

📋 copy color: '#8BAED2'

red 139 ◦ green 174 ◦ blue 210

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

Shades of Polo Blue #8BAED2

Tints of Polo Blue #8BAED2

RGB

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

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

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

R = 26.58%
G = 33.27%
B = 40.15%

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

#8BAED2 (or 0x8BAED2) is known color: Polo Blue. HEX triplet: 8B, AE and D2. RGB value is (139,174,210). Sum of RGB (Red+Green+Blue) = 139+174+210=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #8BAED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAED2 is #74512D. Grayscale: #A7A7A7. Windows color (decimal): -7622958 or 13807243. OLE color: 13807243.

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

Color convert

RGB 139 174 210 -
CMYK 0.34 0.17 0 0.18
HSL 210.42º 0.44% 0.68% -
HSV(B) 210.42º 0.34% 0.82% -
XYZ 37.42 40.41 66.8 -
YUV 167.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 139 174 210 0.34 0.17 0 0.18 210.42 0.44 0.68
Hex 8B AE D2 22 11 0 12 D2 2C 44
Octal 213 256 322 42 21 0 22 322 54 104
Binary 10001011 10101110 11010010 100010 10001 0 10010 11010010 101100 1000100

Color Harmonies of #8BAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAED2

Black with #8BAED2

Text Example


Text Example

White with #8BAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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