#7ABADA

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

Shades of Seagull #7ABADA

Tints of Seagull #7ABADA

Color information

#7ABADA (or 0x7ABADA) is unknown color: approx Seagull. HEX triplet: 7A, BA and DA. RGB value is (122,186,218). Sum of RGB (Red+Green+Blue) = 122+186+218=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #7ABADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABADA is #854525. Grayscale: #AAAAAA. Windows color (decimal): -8733990 or 14334586. OLE color: 14334586.

HSL color Cylindrical-coordinate representation of color #7ABADA: hue angle of 200º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ABADA is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122186218-
CMYK0.440.1500.15
HSL200º56.47%66.67%-
HSV(B)200º44.04%85.49%-
XYZ38.2444.3272.87-
YUV170.51154.893.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.19%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=23.19%
G=35.36%
B=41.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1221862180.440.1500.1520056.4766.67
Hex7ABADA2CF0Fc83843
Octal172272332541701731070103
Binary11110101011101011011010101100111101111110010001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,186,218); }

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

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

 a { background-color: rgb(122,186,218); }

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

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

 span { border-color: rgb(122,186,218); }

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