#8ABCC8

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

Shades of Seagull #8ABCC8

Tints of Seagull #8ABCC8

Color information

#8ABCC8 (or 0x8ABCC8) is unknown color: approx Seagull. HEX triplet: 8A, BC and C8. RGB value is (138,188,200). Sum of RGB (Red+Green+Blue) = 138+188+200=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 200 - color contains mainly: blue. Hex color #8ABCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCC8 is #754337. Grayscale: #AEAEAE. Windows color (decimal): -7684920 or 13155466. OLE color: 13155466.

HSL color Cylindrical-coordinate representation of color #8ABCC8: hue angle of 191.61º 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 #8ABCC8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB138188200-
CMYK0.310.0600.22
HSL191.61º36.05%66.27%-
HSV(B)191.61º31%78.43%-
XYZ38.8945.5461.38-
YUV174.42142.44102.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.24%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 200 (78.52% from 255) = 38.02%
R=26.24%
G=35.74%
B=38.02%

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
Decimal1381882000.310.0600.22191.6136.0566.27
Hex8ABCC81F6016c02442
Octal21227431037602630044102
Binary10001010101111001100100011111110010110110000001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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