#7ABBCE

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

Shades of Seagull #7ABBCE

Tints of Seagull #7ABBCE

Color information

#7ABBCE (or 0x7ABBCE) is unknown color: approx Seagull. HEX triplet: 7A, BB and CE. RGB value is (122,187,206). Sum of RGB (Red+Green+Blue) = 122+187+206=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #7ABBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBCE is #854431. Grayscale: #A9A9A9. Windows color (decimal): -8733746 or 13548410. OLE color: 13548410.

HSL color Cylindrical-coordinate representation of color #7ABBCE: hue angle of 193.57º 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 #7ABBCE is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122187206-
CMYK0.410.0900.19
HSL193.57º46.15%64.31%-
HSV(B)193.57º40.78%80.78%-
XYZ36.9444.1364.96-
YUV169.73148.4793.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.69%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 206 (80.86% from 255) = 40%
R=23.69%
G=36.31%
B=40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221872060.410.0900.19193.5746.1564.31
Hex7ABBCE299013c22e40
Octal172273316511102330256100
Binary111101010111011110011101010011001010011110000101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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