Html Css Color HEX #8AADC8 Polo Blue

📋 copy color: '#8AADC8'

red 138 ◦ green 173 ◦ blue 200

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

Shades of Polo Blue #8AADC8

Tints of Polo Blue #8AADC8

RGB

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

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

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

R = 27.01%
G = 33.86%
B = 39.14%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8AADC8 (or 0x8AADC8) is known color: Polo Blue. HEX triplet: 8A, AD and C8. RGB value is (138,173,200). Sum of RGB (Red+Green+Blue) = 138+173+200=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #8AADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADC8 is #755237. Grayscale: #A5A5A5. Windows color (decimal): -7688760 or 13151626. OLE color: 13151626.

HSL color Cylindrical-coordinate representation of color #8AADC8: hue angle of 206.13º 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 #8AADC8 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 173 200 -
CMYK 0.31 0.14 0 0.22
HSL 206.13º 0.36% 0.66% -
HSV(B) 206.13º 0.31% 0.78% -
XYZ 35.85 39.46 60.37 -
YUV 165.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 138 173 200 0.31 0.14 0 0.22 206.13 0.36 0.66
Hex 8A AD C8 1F E 0 16 CE 24 42
Octal 212 255 310 37 16 0 26 316 44 102
Binary 10001010 10101101 11001000 11111 1110 0 10110 11001110 100100 1000010

Color Harmonies of #8AADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADC8

Black with #8AADC8

Text Example


Text Example

White with #8AADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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