#7CC0D8

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

Shades of Seagull #7CC0D8

Tints of Seagull #7CC0D8

Color information

#7CC0D8 (or 0x7CC0D8) is unknown color: approx Seagull. HEX triplet: 7C, C0 and D8. RGB value is (124,192,216). Sum of RGB (Red+Green+Blue) = 124+192+216=532 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.31% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #7CC0D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC0D8 is #833F27. Grayscale: #AEAEAE. Windows color (decimal): -8601384 or 14205052. OLE color: 14205052.

HSL color Cylindrical-coordinate representation of color #7CC0D8: hue angle of 195.65º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CC0D8 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB124192216-
CMYK0.430.1100.15
HSL195.65º54.12%66.67%-
HSV(B)195.65º42.59%84.71%-
XYZ39.5646.9471.94-
YUV174.4151.4792.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.31%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 216 (84.77% from 255) = 40.60%
R=23.31%
G=36.09%
B=40.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1241922160.430.1100.15195.6554.1266.67
Hex7CC0D82BB0Fc43643
Octal174300330531301730466103
Binary11111001100000011011000101011101101111110001001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,192,216); }

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

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

 a { background-color: rgb(124,192,216); }

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

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

 span { border-color: rgb(124,192,216); }

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