#7BBBDD

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

Shades of Seagull #7BBBDD

Tints of Seagull #7BBBDD

Color information

#7BBBDD (or 0x7BBBDD) is unknown color: approx Seagull. HEX triplet: 7B, BB and DD. RGB value is (123,187,221). Sum of RGB (Red+Green+Blue) = 123+187+221=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBBDD is #844422. Grayscale: #ABABAB. Windows color (decimal): -8668195 or 14531451. OLE color: 14531451.

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

Color convert

RGB123187221-
CMYK0.440.1500.13
HSL200.82º59.04%67.45%-
HSV(B)200.82º44.34%86.67%-
XYZ38.9944.9775.03-
YUV171.74155.893.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.16%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=23.16%
G=35.22%
B=41.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231872210.440.1500.13200.8259.0467.45
Hex7BBBDD2CF0Dc93b43
Octal173273335541701531173103
Binary11110111011101111011101101100111101101110010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,187,221); }

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

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

 a { background-color: rgb(123,187,221); }

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

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

 span { border-color: rgb(123,187,221); }

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