Html Css Color HEX #8BADC8 Polo Blue

📋 copy color: '#8BADC8'

red 139 ◦ green 173 ◦ blue 200

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

Shades of Polo Blue #8BADC8

Tints of Polo Blue #8BADC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.06%

R = 27.15%
G = 33.79%
B = 39.06%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8BADC8 (or 0x8BADC8) is known color: Polo Blue. HEX triplet: 8B, AD and C8. RGB value is (139,173,200). Sum of RGB (Red+Green+Blue) = 139+173+200=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 200 - color contains mainly: blue. Hex color #8BADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADC8 is #745237. Grayscale: #A5A5A5. Windows color (decimal): -7623224 or 13151627. OLE color: 13151627.

HSL color Cylindrical-coordinate representation of color #8BADC8: hue angle of 206.56º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BADC8 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 139 173 200 -
CMYK 0.30 0.14 0 0.22
HSL 206.56º 0.36% 0.66% -
HSV(B) 206.56º 0.31% 0.78% -
XYZ 36.02 39.55 60.38 -
YUV 165.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 139 173 200 0.30 0.14 0 0.22 206.56 0.36 0.66
Hex 8B AD C8 1E E 0 16 CF 24 42
Octal 213 255 310 36 16 0 26 317 44 102
Binary 10001011 10101101 11001000 11110 1110 0 10110 11001111 100100 1000010

Color Harmonies of #8BADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADC8

Black with #8BADC8

Text Example


Text Example

White with #8BADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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