#8AB7C9

Color #8AB7C9 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #8AB7C9

Tints of Seagull #8AB7C9

Color information

#8AB7C9 (or 0x8AB7C9) is unknown color: approx Seagull. HEX triplet: 8A, B7 and C9. RGB value is (138,183,201). Sum of RGB (Red+Green+Blue) = 138+183+201=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #8AB7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB7C9 is #754836. Grayscale: #ABABAB. Windows color (decimal): -7686199 or 13219722. OLE color: 13219722.

HSL color Cylindrical-coordinate representation of color #8AB7C9: hue angle of 197.14º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AB7C9 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138183201-
CMYK0.310.0900.21
HSL197.14º36.84%66.47%-
HSV(B)197.14º31.34%78.82%-
XYZ37.9643.4961.65-
YUV171.6144.59104.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.44%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 201 (78.91% from 255) = 38.51%
R=26.44%
G=35.06%
B=38.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381832010.310.0900.21197.1436.8466.47
Hex8AB7C91F9015c52542
Octal212267311371102530545102
Binary100010101011011111001001111111001010101110001011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,183,201); }

 H1.HeaderClassName
 {
   color: #8AB7C9;
 }
 .AnyTagClassName
 {
   color: #8AB7C9;
 }
</style>
background-color css

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

 a { background-color: rgb(138,183,201); }

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

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

 span { border-color: rgb(138,183,201); }

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