#7BBEE0

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

Shades of Seagull #7BBEE0

Tints of Seagull #7BBEE0

Color information

#7BBEE0 (or 0x7BBEE0) is unknown color: approx Seagull. HEX triplet: 7B, BE and E0. RGB value is (123,190,224). Sum of RGB (Red+Green+Blue) = 123+190+224=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #7BBEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBEE0 is #84411F. Grayscale: #ADADAD. Windows color (decimal): -8667424 or 14728827. OLE color: 14728827.

HSL color Cylindrical-coordinate representation of color #7BBEE0: hue angle of 200.2º degrees, saturation: 0.62, 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 #7BBEE0 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB123190224-
CMYK0.450.1500.12
HSL200.2º61.96%68.04%-
HSV(B)200.2º45.09%87.84%-
XYZ40.0446.4277.37-
YUV173.84156.391.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.91%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=22.91%
G=35.38%
B=41.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1231902240.450.1500.12200.261.9668.04
Hex7BBEE02DF0Cc83e44
Octal173276340551701431076104
Binary11110111011111011100000101101111101100110010001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,190,224); }

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

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

 a { background-color: rgb(123,190,224); }

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

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

 span { border-color: rgb(123,190,224); }

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