#7ABFCB

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

Shades of Seagull #7ABFCB

Tints of Seagull #7ABFCB

Color information

#7ABFCB (or 0x7ABFCB) is unknown color: approx Seagull. HEX triplet: 7A, BF and CB. RGB value is (122,191,203). Sum of RGB (Red+Green+Blue) = 122+191+203=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #7ABFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFCB is #854034. Grayscale: #ABABAB. Windows color (decimal): -8732725 or 13352826. OLE color: 13352826.

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

Color convert

RGB122191203-
CMYK0.400.0600.20
HSL188.89º43.78%63.73%-
HSV(B)188.89º39.9%79.61%-
XYZ37.4445.7163.35-
YUV171.74145.6492.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.64%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=23.64%
G=37.02%
B=39.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1221912030.400.0600.20188.8943.7863.73
Hex7ABFCB286014bd2c40
Octal17227731350602427554100
Binary11110101011111111001011101000110010100101111011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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