Html Css Color HEX #8AADCE Polo Blue

📋 copy color: '#8AADCE'

red 138 ◦ green 173 ◦ blue 206

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

Shades of Polo Blue #8AADCE

Tints of Polo Blue #8AADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 26.69%
G = 33.46%
B = 39.85%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8AADCE (or 0x8AADCE) is known color: Polo Blue. HEX triplet: 8A, AD and CE. RGB value is (138,173,206). Sum of RGB (Red+Green+Blue) = 138+173+206=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADCE is #755231. Grayscale: #A6A6A6. Windows color (decimal): -7688754 or 13544842. OLE color: 13544842.

HSL color Cylindrical-coordinate representation of color #8AADCE: hue angle of 209.12º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AADCE is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 173 206 -
CMYK 0.33 0.16 0 0.19
HSL 209.12º 0.41% 0.67% -
HSV(B) 209.12º 0.33% 0.81% -
XYZ 36.57 39.75 64.14 -
YUV 166.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 138 173 206 0.33 0.16 0 0.19 209.12 0.41 0.67
Hex 8A AD CE 21 10 0 13 D1 29 43
Octal 212 255 316 41 20 0 23 321 51 103
Binary 10001010 10101101 11001110 100001 10000 0 10011 11010001 101001 1000011

Color Harmonies of #8AADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADCE

Black with #8AADCE

Text Example


Text Example

White with #8AADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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