#7ABFCC

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

Shades of Seagull #7ABFCC

Tints of Seagull #7ABFCC

Color information

#7ABFCC (or 0x7ABFCC) is unknown color: approx Seagull. HEX triplet: 7A, BF and CC. RGB value is (122,191,204). Sum of RGB (Red+Green+Blue) = 122+191+204=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #7ABFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFCC is #854033. Grayscale: #ABABAB. Windows color (decimal): -8732724 or 13418362. OLE color: 13418362.

HSL color Cylindrical-coordinate representation of color #7ABFCC: hue angle of 189.51º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ABFCC is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB122191204-
CMYK0.400.0600.2
HSL189.51º44.57%63.92%-
HSV(B)189.51º40.2%80%-
XYZ37.5645.7663.98-
YUV171.85146.1492.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.60%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=23.60%
G=36.94%
B=39.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221912040.400.0600.2189.5144.5763.92
Hex7ABFCC286014be2d40
Octal17227731450602427655100
Binary11110101011111111001100101000110010100101111101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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