#7CBBDD

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

Shades of Seagull #7CBBDD

Tints of Seagull #7CBBDD

Color information

#7CBBDD (or 0x7CBBDD) is unknown color: approx Seagull. HEX triplet: 7C, BB and DD. RGB value is (124,187,221). Sum of RGB (Red+Green+Blue) = 124+187+221=532 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.31% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBBDD is #834422. Grayscale: #ABABAB. Windows color (decimal): -8602659 or 14531452. OLE color: 14531452.

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

Color convert

RGB124187221-
CMYK0.440.1500.13
HSL201.03º58.79%67.65%-
HSV(B)201.03º43.89%86.67%-
XYZ39.1345.0575.04-
YUV172.04155.6393.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.31%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=23.31%
G=35.15%
B=41.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241872210.440.1500.13201.0358.7967.65
Hex7CBBDD2CF0Dc93b44
Octal174273335541701531173104
Binary11111001011101111011101101100111101101110010011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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