#7BBECC

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

Shades of Seagull #7BBECC

Tints of Seagull #7BBECC

Color information

#7BBECC (or 0x7BBECC) is unknown color: approx Seagull. HEX triplet: 7B, BE and CC. RGB value is (123,190,204). Sum of RGB (Red+Green+Blue) = 123+190+204=517 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.79% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBECC is #844133. Grayscale: #ABABAB. Windows color (decimal): -8667444 or 13418107. OLE color: 13418107.

HSL color Cylindrical-coordinate representation of color #7BBECC: hue angle of 190.37º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BBECC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB123190204-
CMYK0.400.0700.2
HSL190.37º44.26%64.12%-
HSV(B)190.37º39.71%80%-
XYZ37.4845.463.91-
YUV171.56146.393.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.79%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=23.79%
G=36.75%
B=39.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1231902040.400.0700.2190.3744.2664.12
Hex7BBECC287014be2c40
Octal17327631450702427654100
Binary11110111011111011001100101000111010100101111101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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