Html Css Color HEX #8AB1CA Polo Blue

📋 copy color: '#8AB1CA'

red 138 ◦ green 177 ◦ blue 202

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

Shades of Polo Blue #8AB1CA

Tints of Polo Blue #8AB1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.07%

R = 26.69%
G = 34.24%
B = 39.07%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8AB1CA (or 0x8AB1CA) is known color: Polo Blue. HEX triplet: 8A, B1 and CA. RGB value is (138,177,202). Sum of RGB (Red+Green+Blue) = 138+177+202=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AB1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB1CA is #754E35. Grayscale: #A8A8A8. Windows color (decimal): -7687734 or 13283722. OLE color: 13283722.

HSL color Cylindrical-coordinate representation of color #8AB1CA: hue angle of 203.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AB1CA is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 177 202 -
CMYK 0.32 0.12 0 0.21
HSL 203.44º 0.38% 0.67% -
HSV(B) 203.44º 0.32% 0.79% -
XYZ 36.86 41.11 61.87 -
YUV 168.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 138 177 202 0.32 0.12 0 0.21 203.44 0.38 0.67
Hex 8A B1 CA 20 C 0 15 CB 26 43
Octal 212 261 312 40 14 0 25 313 46 103
Binary 10001010 10110001 11001010 100000 1100 0 10101 11001011 100110 1000011

Color Harmonies of #8AB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB1CA

Black with #8AB1CA

Text Example


Text Example

White with #8AB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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