#7ABDCC

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

Shades of Seagull #7ABDCC

Tints of Seagull #7ABDCC

Color information

#7ABDCC (or 0x7ABDCC) is unknown color: approx Seagull. HEX triplet: 7A, BD and CC. RGB value is (122,189,204). Sum of RGB (Red+Green+Blue) = 122+189+204=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #7ABDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDCC is #854233. Grayscale: #AAAAAA. Windows color (decimal): -8733236 or 13417850. OLE color: 13417850.

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

Color convert

RGB122189204-
CMYK0.400.0700.2
HSL190.98º44.57%63.92%-
HSV(B)190.98º40.2%80%-
XYZ37.1244.8963.84-
YUV170.68146.893.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.69%
GREEN value IS 189 (74.22% from 255) = 36.70%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=23.69%
G=36.70%
B=39.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221892040.400.0700.2190.9844.5763.92
Hex7ABDCC287014bf2d40
Octal17227531450702427755100
Binary11110101011110111001100101000111010100101111111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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