#7AB0CE

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

Shades of Seagull #7AB0CE

Tints of Seagull #7AB0CE

Color information

#7AB0CE (or 0x7AB0CE) is unknown color: approx Seagull. HEX triplet: 7A, B0 and CE. RGB value is (122,176,206). Sum of RGB (Red+Green+Blue) = 122+176+206=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AB0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0CE is #854F31. Grayscale: #A3A3A3. Windows color (decimal): -8736562 or 13545594. OLE color: 13545594.

HSL color Cylindrical-coordinate representation of color #7AB0CE: hue angle of 201.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AB0CE is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122176206-
CMYK0.410.1500.19
HSL201.43º46.15%64.31%-
HSV(B)201.43º40.78%80.78%-
XYZ34.6939.6464.22-
YUV163.27152.1198.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.21%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=24.21%
G=34.92%
B=40.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221762060.410.1500.19201.4346.1564.31
Hex7AB0CE29F013c92e40
Octal172260316511702331156100
Binary111101010110000110011101010011111010011110010011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,176,206); }

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

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

 a { background-color: rgb(122,176,206); }

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

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

 span { border-color: rgb(122,176,206); }

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