#7BADCE

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

Shades of Seagull #7BADCE

Tints of Seagull #7BADCE

Color information

#7BADCE (or 0x7BADCE) is unknown color: approx Seagull. HEX triplet: 7B, AD and CE. RGB value is (123,173,206). Sum of RGB (Red+Green+Blue) = 123+173+206=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADCE is #845231. Grayscale: #A1A1A1. Windows color (decimal): -8671794 or 13544827. OLE color: 13544827.

HSL color Cylindrical-coordinate representation of color #7BADCE: hue angle of 203.86º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BADCE is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB123173206-
CMYK0.400.1600.19
HSL203.86º45.86%64.51%-
HSV(B)203.86º40.29%80.78%-
XYZ34.2538.5564.03-
YUV161.81152.94100.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.50%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=24.50%
G=34.46%
B=41.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1231732060.400.1600.19203.8645.8664.51
Hex7BADCE2810013cc2e41
Octal173255316502002331456101
Binary1111011101011011100111010100010000010011110011001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,173,206); }

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

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

 a { background-color: rgb(123,173,206); }

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

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

 span { border-color: rgb(123,173,206); }

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