Html Css Color HEX #8AB1CE Polo Blue

📋 copy color: '#8AB1CE'

red 138 ◦ green 177 ◦ blue 206

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

Shades of Polo Blue #8AB1CE

Tints of Polo Blue #8AB1CE

RGB

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

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

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

R = 26.49%
G = 33.97%
B = 39.54%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8AB1CE (or 0x8AB1CE) is known color: Polo Blue. HEX triplet: 8A, B1 and CE. RGB value is (138,177,206). Sum of RGB (Red+Green+Blue) = 138+177+206=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AB1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB1CE is #754E31. Grayscale: #A8A8A8. Windows color (decimal): -7687730 or 13545866. OLE color: 13545866.

HSL color Cylindrical-coordinate representation of color #8AB1CE: hue angle of 205.59º 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 #8AB1CE is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 177 206 -
CMYK 0.33 0.14 0 0.19
HSL 205.59º 0.41% 0.67% -
HSV(B) 205.59º 0.33% 0.81% -
XYZ 37.34 41.3 64.4 -
YUV 168.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 138 177 206 0.33 0.14 0 0.19 205.59 0.41 0.67
Hex 8A B1 CE 21 E 0 13 CE 29 43
Octal 212 261 316 41 16 0 23 316 51 103
Binary 10001010 10110001 11001110 100001 1110 0 10011 11001110 101001 1000011

Color Harmonies of #8AB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB1CE

Black with #8AB1CE

Text Example


Text Example

White with #8AB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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