#8ABBC8

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

Shades of Seagull #8ABBC8

Tints of Seagull #8ABBC8

Color information

#8ABBC8 (or 0x8ABBC8) is unknown color: approx Seagull. HEX triplet: 8A, BB and C8. RGB value is (138,187,200). Sum of RGB (Red+Green+Blue) = 138+187+200=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #8ABBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBC8 is #754437. Grayscale: #ADADAD. Windows color (decimal): -7685176 or 13155210. OLE color: 13155210.

HSL color Cylindrical-coordinate representation of color #8ABBC8: hue angle of 192.58º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ABBC8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB138187200-
CMYK0.310.0600.22
HSL192.58º36.05%66.27%-
HSV(B)192.58º31%78.43%-
XYZ38.6845.1161.31-
YUV173.83142.77102.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.29%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=26.29%
G=35.62%
B=38.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381872000.310.0600.22192.5836.0566.27
Hex8ABBC81F6016c12442
Octal21227331037602630144102
Binary10001010101110111100100011111110010110110000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,187,200); }

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

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

 a { background-color: rgb(138,187,200); }

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

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

 span { border-color: rgb(138,187,200); }

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