#7ABFCD

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

Shades of Seagull #7ABFCD

Tints of Seagull #7ABFCD

Color information

#7ABFCD (or 0x7ABFCD) is unknown color: approx Seagull. HEX triplet: 7A, BF and CD. RGB value is (122,191,205). Sum of RGB (Red+Green+Blue) = 122+191+205=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #7ABFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFCD is #854032. Grayscale: #ABABAB. Windows color (decimal): -8732723 or 13483898. OLE color: 13483898.

HSL color Cylindrical-coordinate representation of color #7ABFCD: hue angle of 190.12º 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 #7ABFCD is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB122191205-
CMYK0.400.0700.20
HSL190.12º45.36%64.12%-
HSV(B)190.12º40.49%80.39%-
XYZ37.6845.8164.61-
YUV171.96146.6492.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.55%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=23.55%
G=36.87%
B=39.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1221912050.400.0700.20190.1245.3664.12
Hex7ABFCD287014be2d40
Octal17227731550702427655100
Binary11110101011111111001101101000111010100101111101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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