#7ABFCA

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

Shades of Seagull #7ABFCA

Tints of Seagull #7ABFCA

Color information

#7ABFCA (or 0x7ABFCA) is unknown color: approx Seagull. HEX triplet: 7A, BF and CA. RGB value is (122,191,202). Sum of RGB (Red+Green+Blue) = 122+191+202=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #7ABFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFCA is #854035. Grayscale: #ABABAB. Windows color (decimal): -8732726 or 13287290. OLE color: 13287290.

HSL color Cylindrical-coordinate representation of color #7ABFCA: hue angle of 188.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ABFCA is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB122191202-
CMYK0.400.0500.21
HSL188.25º43.01%63.53%-
HSV(B)188.25º39.6%79.22%-
XYZ37.3245.6662.72-
YUV171.62145.1492.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.69%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=23.69%
G=37.09%
B=39.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221912020.400.0500.21188.2543.0163.53
Hex7ABFCA285015bc2b40
Octal17227731250502527453100
Binary11110101011111111001010101000101010101101111001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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