#7BBEE2

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

Shades of Seagull #7BBEE2

Tints of Seagull #7BBEE2

Color information

#7BBEE2 (or 0x7BBEE2) is unknown color: approx Seagull. HEX triplet: 7B, BE and E2. RGB value is (123,190,226). Sum of RGB (Red+Green+Blue) = 123+190+226=539 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.82% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #7BBEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBEE2 is #84411D. Grayscale: #ADADAD. Windows color (decimal): -8667422 or 14859899. OLE color: 14859899.

HSL color Cylindrical-coordinate representation of color #7BBEE2: hue angle of 200.97º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BBEE2 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB123190226-
CMYK0.460.1600.11
HSL200.97º63.98%68.43%-
HSV(B)200.97º45.58%88.63%-
XYZ40.3146.5378.81-
YUV174.07157.391.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.82%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 226 (88.67% from 255) = 41.93%
R=22.82%
G=35.25%
B=41.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1231902260.460.1600.11200.9763.9868.43
Hex7BBEE22E100Bc94044
Octal1732763425620013311100104
Binary1111011101111101110001010111010000010111100100110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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