#7ABDC8

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

Shades of Seagull #7ABDC8

Tints of Seagull #7ABDC8

Color information

#7ABDC8 (or 0x7ABDC8) is unknown color: approx Seagull. HEX triplet: 7A, BD and C8. RGB value is (122,189,200). Sum of RGB (Red+Green+Blue) = 122+189+200=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #7ABDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDC8 is #854237. Grayscale: #AAAAAA. Windows color (decimal): -8733240 or 13155706. OLE color: 13155706.

HSL color Cylindrical-coordinate representation of color #7ABDC8: hue angle of 188.46º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ABDC8 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB122189200-
CMYK0.390.0600.22
HSL188.46º41.49%63.14%-
HSV(B)188.46º39%78.43%-
XYZ36.6544.761.34-
YUV170.22144.893.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.87%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=23.87%
G=36.99%
B=39.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221892000.390.0600.22188.4641.4963.14
Hex7ABDC8276016bc293f
Octal1722753104760262745177
Binary1111010101111011100100010011111001011010111100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,189,200); }

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

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

 a { background-color: rgb(122,189,200); }

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

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

 span { border-color: rgb(122,189,200); }

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