Html Css Color HEX #8AADCF Polo Blue

📋 copy color: '#8AADCF'

red 138 ◦ green 173 ◦ blue 207

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

Shades of Polo Blue #8AADCF

Tints of Polo Blue #8AADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 26.64%
G = 33.4%
B = 39.96%

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

#8AADCF (or 0x8AADCF) is known color: Polo Blue. HEX triplet: 8A, AD and CF. RGB value is (138,173,207). Sum of RGB (Red+Green+Blue) = 138+173+207=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #8AADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADCF is #755230. Grayscale: #A6A6A6. Windows color (decimal): -7688753 or 13610378. OLE color: 13610378.

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

Color convert

RGB 138 173 207 -
CMYK 0.33 0.16 0 0.19
HSL 209.57º 0.42% 0.68% -
HSV(B) 209.57º 0.33% 0.81% -
XYZ 36.69 39.8 64.78 -
YUV 166.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 138 173 207 0.33 0.16 0 0.19 209.57 0.42 0.68
Hex 8A AD CF 21 10 0 13 D2 2A 44
Octal 212 255 317 41 20 0 23 322 52 104
Binary 10001010 10101101 11001111 100001 10000 0 10011 11010010 101010 1000100

Color Harmonies of #8AADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADCF

Black with #8AADCF

Text Example


Text Example

White with #8AADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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