Html Css Color HEX #8AADCB Polo Blue

📋 copy color: '#8AADCB'

red 138 ◦ green 173 ◦ blue 203

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

Shades of Polo Blue #8AADCB

Tints of Polo Blue #8AADCB

RGB

 RED value IS 138 (54.3% from 255) = 26.85%

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

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

R = 26.85%
G = 33.66%
B = 39.49%

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

#8AADCB (or 0x8AADCB) is known color: Polo Blue. HEX triplet: 8A, AD and CB. RGB value is (138,173,203). Sum of RGB (Red+Green+Blue) = 138+173+203=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #8AADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADCB is #755234. Grayscale: #A5A5A5. Windows color (decimal): -7688757 or 13348234. OLE color: 13348234.

HSL color Cylindrical-coordinate representation of color #8AADCB: hue angle of 207.69º 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 #8AADCB is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 173 203 -
CMYK 0.32 0.15 0 0.20
HSL 207.69º 0.38% 0.67% -
HSV(B) 207.69º 0.32% 0.8% -
XYZ 36.2 39.6 62.24 -
YUV 165.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 138 173 203 0.32 0.15 0 0.20 207.69 0.38 0.67
Hex 8A AD CB 20 F 0 14 D0 26 43
Octal 212 255 313 40 17 0 24 320 46 103
Binary 10001010 10101101 11001011 100000 1111 0 10100 11010000 100110 1000011

Color Harmonies of #8AADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADCB

Black with #8AADCB

Text Example


Text Example

White with #8AADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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