#7BBBCC

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

Shades of Seagull #7BBBCC

Tints of Seagull #7BBBCC

Color information

#7BBBCC (or 0x7BBBCC) is unknown color: approx Seagull. HEX triplet: 7B, BB and CC. RGB value is (123,187,204). Sum of RGB (Red+Green+Blue) = 123+187+204=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BBBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBBCC is #844433. Grayscale: #A9A9A9. Windows color (decimal): -8668212 or 13417339. OLE color: 13417339.

HSL color Cylindrical-coordinate representation of color #7BBBCC: hue angle of 192.59º 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 #7BBBCC is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB123187204-
CMYK0.400.0800.2
HSL192.59º44.26%64.12%-
HSV(B)192.59º39.71%80%-
XYZ36.8444.1163.7-
YUV169.8147.394.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.93%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=23.93%
G=36.38%
B=39.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1231872040.400.0800.2192.5944.2664.12
Hex7BBBCC288014c12c40
Octal173273314501002430154100
Binary111101110111011110011001010001000010100110000011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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