Html Css Color HEX #8AAFC8 Polo Blue

📋 copy color: '#8AAFC8'

red 138 ◦ green 175 ◦ blue 200

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

Shades of Polo Blue #8AAFC8

Tints of Polo Blue #8AAFC8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

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

R = 26.9%
G = 34.11%
B = 38.99%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8AAFC8 (or 0x8AAFC8) is known color: Polo Blue. HEX triplet: 8A, AF and C8. RGB value is (138,175,200). Sum of RGB (Red+Green+Blue) = 138+175+200=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #8AAFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFC8 is #755037. Grayscale: #A6A6A6. Windows color (decimal): -7688248 or 13152138. OLE color: 13152138.

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

Color convert

RGB 138 175 200 -
CMYK 0.31 0.12 0 0.22
HSL 204.19º 0.36% 0.66% -
HSV(B) 204.19º 0.31% 0.78% -
XYZ 36.24 40.23 60.5 -
YUV 166.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 138 175 200 0.31 0.12 0 0.22 204.19 0.36 0.66
Hex 8A AF C8 1F C 0 16 CC 24 42
Octal 212 257 310 37 14 0 26 314 44 102
Binary 10001010 10101111 11001000 11111 1100 0 10110 11001100 100100 1000010

Color Harmonies of #8AAFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAFC8

Black with #8AAFC8

Text Example


Text Example

White with #8AAFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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