#7BBEDA

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

Shades of Seagull #7BBEDA

Tints of Seagull #7BBEDA

Color information

#7BBEDA (or 0x7BBEDA) is unknown color: approx Seagull. HEX triplet: 7B, BE and DA. RGB value is (123,190,218). Sum of RGB (Red+Green+Blue) = 123+190+218=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BBEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBEDA is #844125. Grayscale: #ACACAC. Windows color (decimal): -8667430 or 14335611. OLE color: 14335611.

HSL color Cylindrical-coordinate representation of color #7BBEDA: hue angle of 197.68º 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 #7BBEDA is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB123190218-
CMYK0.440.1300.15
HSL197.68º56.21%66.86%-
HSV(B)197.68º43.58%85.49%-
XYZ39.2446.173.16-
YUV173.16153.392.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.16%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=23.16%
G=35.78%
B=41.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1231902180.440.1300.15197.6856.2166.86
Hex7BBEDA2CD0Fc63843
Octal173276332541501730670103
Binary11110111011111011011010101100110101111110001101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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