#8ABCCE

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

Shades of Seagull #8ABCCE

Tints of Seagull #8ABCCE

Color information

#8ABCCE (or 0x8ABCCE) is unknown color: approx Seagull. HEX triplet: 8A, BC and CE. RGB value is (138,188,206). Sum of RGB (Red+Green+Blue) = 138+188+206=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #8ABCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCCE is #754331. Grayscale: #AEAEAE. Windows color (decimal): -7684914 or 13548682. OLE color: 13548682.

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

Color convert

RGB138188206-
CMYK0.330.0900.19
HSL195.88º40.96%67.45%-
HSV(B)195.88º33.01%80.78%-
XYZ39.6145.8365.15-
YUV175.1145.44101.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.94%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=25.94%
G=35.34%
B=38.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381882060.330.0900.19195.8840.9667.45
Hex8ABCCE219013c42943
Octal212274316411102330451103
Binary1000101010111100110011101000011001010011110001001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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