#8ABFD8

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

Shades of Seagull #8ABFD8

Tints of Seagull #8ABFD8

Color information

#8ABFD8 (or 0x8ABFD8) is unknown color: approx Seagull. HEX triplet: 8A, BF and D8. RGB value is (138,191,216). Sum of RGB (Red+Green+Blue) = 138+191+216=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #8ABFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFD8 is #754027. Grayscale: #B1B1B1. Windows color (decimal): -7684136 or 14204810. OLE color: 14204810.

HSL color Cylindrical-coordinate representation of color #8ABFD8: hue angle of 199.23º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ABFD8 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138191216-
CMYK0.360.1200.15
HSL199.23º50%69.41%-
HSV(B)199.23º36.11%84.71%-
XYZ41.5147.6271.97-
YUV178149.4499.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.32%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=25.32%
G=35.05%
B=39.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381912160.360.1200.15199.235069.41
Hex8ABFD824C0Fc73245
Octal212277330441401730762105
Binary100010101011111111011000100100110001111110001111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,191,216); }

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

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

 a { background-color: rgb(138,191,216); }

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

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

 span { border-color: rgb(138,191,216); }

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