#8ABBDB

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

Shades of Seagull #8ABBDB

Tints of Seagull #8ABBDB

Color information

#8ABBDB (or 0x8ABBDB) is unknown color: approx Seagull. HEX triplet: 8A, BB and DB. RGB value is (138,187,219). Sum of RGB (Red+Green+Blue) = 138+187+219=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #8ABBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBDB is #754424. Grayscale: #AFAFAF. Windows color (decimal): -7685157 or 14400394. OLE color: 14400394.

HSL color Cylindrical-coordinate representation of color #8ABBDB: hue angle of 203.7º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ABBDB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138187219-
CMYK0.370.1500.14
HSL203.7º52.94%70%-
HSV(B)203.7º36.99%85.88%-
XYZ41.0446.0673.75-
YUV176152.27100.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.37%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 219 (85.94% from 255) = 40.26%
R=25.37%
G=34.38%
B=40.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381872190.370.1500.14203.752.9470
Hex8ABBDB25F0Ecc3546
Octal212273333451701631465106
Binary100010101011101111011011100101111101110110011001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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