#7ABCE1

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

Shades of Seagull #7ABCE1

Tints of Seagull #7ABCE1

Color information

#7ABCE1 (or 0x7ABCE1) is unknown color: approx Seagull. HEX triplet: 7A, BC and E1. RGB value is (122,188,225). Sum of RGB (Red+Green+Blue) = 122+188+225=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #7ABCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCE1 is #85431E. Grayscale: #ACACAC. Windows color (decimal): -8733471 or 14793850. OLE color: 14793850.

HSL color Cylindrical-coordinate representation of color #7ABCE1: hue angle of 201.55º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ABCE1 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB122188225-
CMYK0.460.1600.12
HSL201.55º63.19%68.04%-
HSV(B)201.55º45.78%88.24%-
XYZ39.645.5477.94-
YUV172.48157.6391.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.80%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 225 (88.28% from 255) = 42.06%
R=22.80%
G=35.14%
B=42.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1221882250.460.1600.12201.5563.1968.04
Hex7ABCE12E100Cca3f44
Octal172274341562001431277104
Binary111101010111100111000011011101000001100110010101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,188,225); }

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

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

 a { background-color: rgb(122,188,225); }

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

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

 span { border-color: rgb(122,188,225); }

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