#7CBDDD

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

Shades of Seagull #7CBDDD

Tints of Seagull #7CBDDD

Color information

#7CBDDD (or 0x7CBDDD) is unknown color: approx Seagull. HEX triplet: 7C, BD and DD. RGB value is (124,189,221). Sum of RGB (Red+Green+Blue) = 124+189+221=534 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.22% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CBDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBDDD is #834222. Grayscale: #ADADAD. Windows color (decimal): -8602147 or 14531964. OLE color: 14531964.

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

Color convert

RGB124189221-
CMYK0.440.1400.13
HSL199.79º58.79%67.65%-
HSV(B)199.79º43.89%86.67%-
XYZ39.5645.975.18-
YUV173.21154.9792.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.22%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=23.22%
G=35.39%
B=41.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241892210.440.1400.13199.7958.7967.65
Hex7CBDDD2CE0Dc83b44
Octal174275335541601531073104
Binary11111001011110111011101101100111001101110010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,189,221); }

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

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

 a { background-color: rgb(124,189,221); }

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

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

 span { border-color: rgb(124,189,221); }

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