#7CADCD

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

Shades of Seagull #7CADCD

Tints of Seagull #7CADCD

Color information

#7CADCD (or 0x7CADCD) is unknown color: approx Seagull. HEX triplet: 7C, AD and CD. RGB value is (124,173,205). Sum of RGB (Red+Green+Blue) = 124+173+205=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CADCD is #835232. Grayscale: #A1A1A1. Windows color (decimal): -8606259 or 13479292. OLE color: 13479292.

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

Color convert

RGB124173205-
CMYK0.400.1600.20
HSL203.7º44.75%64.51%-
HSV(B)203.7º39.51%80.39%-
XYZ34.2838.5863.4-
YUV162152.27100.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.70%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=24.70%
G=34.46%
B=40.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241732050.400.1600.20203.744.7564.51
Hex7CADCD2810014cc2d41
Octal174255315502002431455101
Binary1111100101011011100110110100010000010100110011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,173,205); }

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

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

 a { background-color: rgb(124,173,205); }

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

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

 span { border-color: rgb(124,173,205); }

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