#8AB9CD

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

Shades of Seagull #8AB9CD

Tints of Seagull #8AB9CD

Color information

#8AB9CD (or 0x8AB9CD) is unknown color: approx Seagull. HEX triplet: 8A, B9 and CD. RGB value is (138,185,205). Sum of RGB (Red+Green+Blue) = 138+185+205=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AB9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9CD is #754632. Grayscale: #ADADAD. Windows color (decimal): -7685683 or 13482378. OLE color: 13482378.

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

Color convert

RGB138185205-
CMYK0.330.1000.20
HSL197.91º40.12%67.25%-
HSV(B)197.91º32.68%80.39%-
XYZ38.8544.5164.3-
YUV173.23145.93102.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.14%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=26.14%
G=35.04%
B=38.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381852050.330.1000.20197.9140.1267.25
Hex8AB9CD21A014c62843
Octal212271315411202430650103
Binary1000101010111001110011011000011010010100110001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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