#7ABFCE

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

Shades of Seagull #7ABFCE

Tints of Seagull #7ABFCE

Color information

#7ABFCE (or 0x7ABFCE) is unknown color: approx Seagull. HEX triplet: 7A, BF and CE. RGB value is (122,191,206). Sum of RGB (Red+Green+Blue) = 122+191+206=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #7ABFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFCE is #854031. Grayscale: #ABABAB. Windows color (decimal): -8732722 or 13549434. OLE color: 13549434.

HSL color Cylindrical-coordinate representation of color #7ABFCE: hue angle of 190.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ABFCE is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122191206-
CMYK0.410.0700.19
HSL190.71º46.15%64.31%-
HSV(B)190.71º40.78%80.78%-
XYZ37.845.8665.25-
YUV172.08147.1492.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.51%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=23.51%
G=36.80%
B=39.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221912060.410.0700.19190.7146.1564.31
Hex7ABFCE297013bf2e40
Octal17227731651702327756100
Binary11110101011111111001110101001111010011101111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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