Html Css Color HEX #8BAEDA Polo Blue

📋 copy color: '#8BAEDA'

red 139 ◦ green 174 ◦ blue 218

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

Shades of Polo Blue #8BAEDA

Tints of Polo Blue #8BAEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 26.18%
G = 32.77%
B = 41.05%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8BAEDA (or 0x8BAEDA) is known color: Polo Blue. HEX triplet: 8B, AE and DA. RGB value is (139,174,218). Sum of RGB (Red+Green+Blue) = 139+174+218=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BAEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEDA is #745125. Grayscale: #A8A8A8. Windows color (decimal): -7622950 or 14331531. OLE color: 14331531.

HSL color Cylindrical-coordinate representation of color #8BAEDA: hue angle of 213.42º degrees, saturation: 0.52, 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 #8BAEDA is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 174 218 -
CMYK 0.36 0.20 0 0.15
HSL 213.42º 0.52% 0.7% -
HSV(B) 213.42º 0.36% 0.85% -
XYZ 38.44 40.82 72.18 -
YUV 168.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 139 174 218 0.36 0.20 0 0.15 213.42 0.52 0.7
Hex 8B AE DA 24 14 0 F D5 34 46
Octal 213 256 332 44 24 0 17 325 64 106
Binary 10001011 10101110 11011010 100100 10100 0 1111 11010101 110100 1000110

Color Harmonies of #8BAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAEDA

Black with #8BAEDA

Text Example


Text Example

White with #8BAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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