#7ABBD5

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

Shades of Seagull #7ABBD5

Tints of Seagull #7ABBD5

Color information

#7ABBD5 (or 0x7ABBD5) is unknown color: approx Seagull. HEX triplet: 7A, BB and D5. RGB value is (122,187,213). Sum of RGB (Red+Green+Blue) = 122+187+213=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #7ABBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBD5 is #85442A. Grayscale: #AAAAAA. Windows color (decimal): -8733739 or 14007162. OLE color: 14007162.

HSL color Cylindrical-coordinate representation of color #7ABBD5: hue angle of 197.14º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ABBD5 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB122187213-
CMYK0.430.1200.16
HSL197.14º52%65.69%-
HSV(B)197.14º42.72%83.53%-
XYZ37.8144.4869.54-
YUV170.53151.9793.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.37%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 213 (83.59% from 255) = 40.80%
R=23.37%
G=35.82%
B=40.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1221872130.430.1200.16197.145265.69
Hex7ABBD52BC010c53442
Octal172273325531402030564102
Binary111101010111011110101011010111100010000110001011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,187,213); }

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

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

 a { background-color: rgb(122,187,213); }

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

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

 span { border-color: rgb(122,187,213); }

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