#7BBAE1

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

Shades of Seagull #7BBAE1

Tints of Seagull #7BBAE1

Color information

#7BBAE1 (or 0x7BBAE1) is unknown color: approx Seagull. HEX triplet: 7B, BA and E1. RGB value is (123,186,225). Sum of RGB (Red+Green+Blue) = 123+186+225=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #7BBAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBAE1 is #84451E. Grayscale: #ABABAB. Windows color (decimal): -8668447 or 14793339. OLE color: 14793339.

HSL color Cylindrical-coordinate representation of color #7BBAE1: hue angle of 202.94º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BBAE1 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB123186225-
CMYK0.450.1700.12
HSL202.94º62.96%68.24%-
HSV(B)202.94º45.33%88.24%-
XYZ39.3244.7777.8-
YUV171.61158.1393.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.03%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=23.03%
G=34.83%
B=42.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1231862250.450.1700.12202.9462.9668.24
Hex7BBAE12D110Ccb3f44
Octal173272341552101431377104
Binary111101110111010111000011011011000101100110010111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,186,225); }

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

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

 a { background-color: rgb(123,186,225); }

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

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

 span { border-color: rgb(123,186,225); }

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