#7AB2CC

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

Shades of Seagull #7AB2CC

Tints of Seagull #7AB2CC

Color information

#7AB2CC (or 0x7AB2CC) is unknown color: approx Seagull. HEX triplet: 7A, B2 and CC. RGB value is (122,178,204). Sum of RGB (Red+Green+Blue) = 122+178+204=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AB2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB2CC is #854D33. Grayscale: #A4A4A4. Windows color (decimal): -8736052 or 13415034. OLE color: 13415034.

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

Color convert

RGB122178204-
CMYK0.400.1300.2
HSL199.02º44.57%63.92%-
HSV(B)199.02º40.2%80%-
XYZ34.8540.3463.08-
YUV164.22150.4597.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.21%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=24.21%
G=35.32%
B=40.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221782040.400.1300.2199.0244.5763.92
Hex7AB2CC28D014c72d40
Octal172262314501502430755100
Binary111101010110010110011001010001101010100110001111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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