#8ABBCF

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

Shades of Seagull #8ABBCF

Tints of Seagull #8ABBCF

Color information

#8ABBCF (or 0x8ABBCF) is unknown color: approx Seagull. HEX triplet: 8A, BB and CF. RGB value is (138,187,207). Sum of RGB (Red+Green+Blue) = 138+187+207=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #8ABBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBCF is #754430. Grayscale: #AEAEAE. Windows color (decimal): -7685169 or 13613962. OLE color: 13613962.

HSL color Cylindrical-coordinate representation of color #8ABBCF: hue angle of 197.39º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABBCF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138187207-
CMYK0.330.1000.19
HSL197.39º41.82%67.65%-
HSV(B)197.39º33.33%81.18%-
XYZ39.5145.4565.72-
YUV174.63146.27101.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.94%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=25.94%
G=35.15%
B=38.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381872070.330.1000.19197.3941.8267.65
Hex8ABBCF21A013c52a44
Octal212273317411202330552104
Binary1000101010111011110011111000011010010011110001011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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