#7BBADA

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

Shades of Seagull #7BBADA

Tints of Seagull #7BBADA

Color information

#7BBADA (or 0x7BBADA) is unknown color: approx Seagull. HEX triplet: 7B, BA and DA. RGB value is (123,186,218). Sum of RGB (Red+Green+Blue) = 123+186+218=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BBADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBADA is #844525. Grayscale: #AAAAAA. Windows color (decimal): -8668454 or 14334587. OLE color: 14334587.

HSL color Cylindrical-coordinate representation of color #7BBADA: hue angle of 200.21º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BBADA is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB123186218-
CMYK0.440.1500.15
HSL200.21º56.21%66.86%-
HSV(B)200.21º43.58%85.49%-
XYZ38.3844.3972.87-
YUV170.81154.6393.9-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.34%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=23.34%
G=35.29%
B=41.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1231862180.440.1500.15200.2156.2166.86
Hex7BBADA2CF0Fc83843
Octal173272332541701731070103
Binary11110111011101011011010101100111101111110010001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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