Html Css Color HEX #8BAECE Polo Blue

📋 copy color: '#8BAECE'

red 139 ◦ green 174 ◦ blue 206

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

Shades of Polo Blue #8BAECE

Tints of Polo Blue #8BAECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 26.78%
G = 33.53%
B = 39.69%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8BAECE (or 0x8BAECE) is known color: Polo Blue. HEX triplet: 8B, AE and CE. RGB value is (139,174,206). Sum of RGB (Red+Green+Blue) = 139+174+206=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BAECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAECE is #745131. Grayscale: #A7A7A7. Windows color (decimal): -7622962 or 13545099. OLE color: 13545099.

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

Color convert

RGB 139 174 206 -
CMYK 0.33 0.16 0 0.19
HSL 208.66º 0.41% 0.68% -
HSV(B) 208.66º 0.33% 0.81% -
XYZ 36.92 40.22 64.21 -
YUV 167.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 139 174 206 0.33 0.16 0 0.19 208.66 0.41 0.68
Hex 8B AE CE 21 10 0 13 D1 29 44
Octal 213 256 316 41 20 0 23 321 51 104
Binary 10001011 10101110 11001110 100001 10000 0 10011 11010001 101001 1000100

Color Harmonies of #8BAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAECE

Black with #8BAECE

Text Example


Text Example

White with #8BAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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