#8ABFCE

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

Shades of Seagull #8ABFCE

Tints of Seagull #8ABFCE

Color information

#8ABFCE (or 0x8ABFCE) is unknown color: approx Seagull. HEX triplet: 8A, BF and CE. RGB value is (138,191,206). Sum of RGB (Red+Green+Blue) = 138+191+206=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #8ABFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFCE is #754031. Grayscale: #B0B0B0. Windows color (decimal): -7684146 or 13549450. OLE color: 13549450.

HSL color Cylindrical-coordinate representation of color #8ABFCE: hue angle of 193.24º 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 #8ABFCE is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138191206-
CMYK0.330.0700.19
HSL193.24º40.96%67.45%-
HSV(B)193.24º33.01%80.78%-
XYZ40.2547.1265.37-
YUV176.86144.44100.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.79%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=25.79%
G=35.70%
B=38.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381912060.330.0700.19193.2440.9667.45
Hex8ABFCE217013c12943
Octal21227731641702330151103
Binary100010101011111111001110100001111010011110000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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