Html Css Color HEX #8BADCE Polo Blue

📋 copy color: '#8BADCE'

red 139 ◦ green 173 ◦ blue 206

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

Shades of Polo Blue #8BADCE

Tints of Polo Blue #8BADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.4%

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

R = 26.83%
G = 33.4%
B = 39.77%

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

#8BADCE (or 0x8BADCE) is known color: Polo Blue. HEX triplet: 8B, AD and CE. RGB value is (139,173,206). Sum of RGB (Red+Green+Blue) = 139+173+206=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADCE is #745231. Grayscale: #A6A6A6. Windows color (decimal): -7623218 or 13544843. OLE color: 13544843.

HSL color Cylindrical-coordinate representation of color #8BADCE: hue angle of 209.55º 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 #8BADCE is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 173 206 -
CMYK 0.33 0.16 0 0.19
HSL 209.55º 0.41% 0.68% -
HSV(B) 209.55º 0.33% 0.81% -
XYZ 36.73 39.83 64.14 -
YUV 166.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 139 173 206 0.33 0.16 0 0.19 209.55 0.41 0.68
Hex 8B AD CE 21 10 0 13 D2 29 44
Octal 213 255 316 41 20 0 23 322 51 104
Binary 10001011 10101101 11001110 100001 10000 0 10011 11010010 101001 1000100

Color Harmonies of #8BADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADCE

Black with #8BADCE

Text Example


Text Example

White with #8BADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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