#7BBBDB

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

Shades of Seagull #7BBBDB

Tints of Seagull #7BBBDB

Color information

#7BBBDB (or 0x7BBBDB) is unknown color: approx Seagull. HEX triplet: 7B, BB and DB. RGB value is (123,187,219). Sum of RGB (Red+Green+Blue) = 123+187+219=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BBBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBBDB is #844424. Grayscale: #ABABAB. Windows color (decimal): -8668197 or 14400379. OLE color: 14400379.

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

Color convert

RGB123187219-
CMYK0.440.1500.14
HSL200º57.14%67.06%-
HSV(B)200º43.84%85.88%-
XYZ38.7244.8773.64-
YUV171.51154.893.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.25%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=23.25%
G=35.35%
B=41.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1231872190.440.1500.1420057.1467.06
Hex7BBBDB2CF0Ec83943
Octal173273333541701631071103
Binary11110111011101111011011101100111101110110010001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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