Html Css Color HEX #8BADCA Polo Blue

📋 copy color: '#8BADCA'

red 139 ◦ green 173 ◦ blue 202

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

Shades of Polo Blue #8BADCA

Tints of Polo Blue #8BADCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.3%

R = 27.04%
G = 33.66%
B = 39.3%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8BADCA (or 0x8BADCA) is known color: Polo Blue. HEX triplet: 8B, AD and CA. RGB value is (139,173,202). Sum of RGB (Red+Green+Blue) = 139+173+202=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADCA is #745235. Grayscale: #A5A5A5. Windows color (decimal): -7623222 or 13282699. OLE color: 13282699.

HSL color Cylindrical-coordinate representation of color #8BADCA: hue angle of 207.62º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BADCA is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 173 202 -
CMYK 0.31 0.14 0 0.21
HSL 207.62º 0.37% 0.67% -
HSV(B) 207.62º 0.31% 0.79% -
XYZ 36.25 39.64 61.62 -
YUV 166.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 139 173 202 0.31 0.14 0 0.21 207.62 0.37 0.67
Hex 8B AD CA 1F E 0 15 D0 25 43
Octal 213 255 312 37 16 0 25 320 45 103
Binary 10001011 10101101 11001010 11111 1110 0 10101 11010000 100101 1000011

Color Harmonies of #8BADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADCA

Black with #8BADCA

Text Example


Text Example

White with #8BADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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