Html Css Color HEX #8AB1CD Polo Blue

📋 copy color: '#8AB1CD'

red 138 ◦ green 177 ◦ blue 205

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

Shades of Polo Blue #8AB1CD

Tints of Polo Blue #8AB1CD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.04%

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 26.54%
G = 34.04%
B = 39.42%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8AB1CD (or 0x8AB1CD) is known color: Polo Blue. HEX triplet: 8A, B1 and CD. RGB value is (138,177,205). Sum of RGB (Red+Green+Blue) = 138+177+205=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AB1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB1CD is #754E32. Grayscale: #A8A8A8. Windows color (decimal): -7687731 or 13480330. OLE color: 13480330.

HSL color Cylindrical-coordinate representation of color #8AB1CD: hue angle of 205.07º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AB1CD is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 177 205 -
CMYK 0.33 0.14 0 0.20
HSL 205.07º 0.4% 0.67% -
HSV(B) 205.07º 0.33% 0.8% -
XYZ 37.22 41.26 63.76 -
YUV 168.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 138 177 205 0.33 0.14 0 0.20 205.07 0.4 0.67
Hex 8A B1 CD 21 E 0 14 CD 28 43
Octal 212 261 315 41 16 0 24 315 50 103
Binary 10001010 10110001 11001101 100001 1110 0 10100 11001101 101000 1000011

Color Harmonies of #8AB1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB1CD

Black with #8AB1CD

Text Example


Text Example

White with #8AB1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,177,205); }

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

background-color css

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

 a { background-color: rgb(138,177,205); }

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

border-color css

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

 span { border-color: rgb(138,177,205); }

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