#7BBADC

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

Shades of Seagull #7BBADC

Tints of Seagull #7BBADC

Color information

#7BBADC (or 0x7BBADC) is unknown color: approx Seagull. HEX triplet: 7B, BA and DC. RGB value is (123,186,220). Sum of RGB (Red+Green+Blue) = 123+186+220=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BBADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBADC is #844523. Grayscale: #AAAAAA. Windows color (decimal): -8668452 or 14465659. OLE color: 14465659.

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

Color convert

RGB123186220-
CMYK0.440.1500.14
HSL201.03º58.08%67.25%-
HSV(B)201.03º44.09%86.27%-
XYZ38.6544.574.26-
YUV171.04155.6393.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.25%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=23.25%
G=35.16%
B=41.59%

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
Decimal1231862200.440.1500.14201.0358.0867.25
Hex7BBADC2CF0Ec93a43
Octal173272334541701631172103
Binary11110111011101011011100101100111101110110010011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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