Html Css Color HEX #8BADCB Polo Blue

📋 copy color: '#8BADCB'

red 139 ◦ green 173 ◦ blue 203

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

Shades of Polo Blue #8BADCB

Tints of Polo Blue #8BADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 26.99%
G = 33.59%
B = 39.42%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8BADCB (or 0x8BADCB) is known color: Polo Blue. HEX triplet: 8B, AD and CB. RGB value is (139,173,203). Sum of RGB (Red+Green+Blue) = 139+173+203=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADCB is #745234. Grayscale: #A6A6A6. Windows color (decimal): -7623221 or 13348235. OLE color: 13348235.

HSL color Cylindrical-coordinate representation of color #8BADCB: hue angle of 208.12º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BADCB is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 173 203 -
CMYK 0.32 0.15 0 0.20
HSL 208.13º 0.38% 0.67% -
HSV(B) 208.13º 0.32% 0.8% -
XYZ 36.37 39.69 62.24 -
YUV 166.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 139 173 203 0.32 0.15 0 0.20 208.13 0.38 0.67
Hex 8B AD CB 20 F 0 14 D0 26 43
Octal 213 255 313 40 17 0 24 320 46 103
Binary 10001011 10101101 11001011 100000 1111 0 10100 11010000 100110 1000011

Color Harmonies of #8BADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADCB

Black with #8BADCB

Text Example


Text Example

White with #8BADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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