#7CB9DC

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

Shades of Seagull #7CB9DC

Tints of Seagull #7CB9DC

Color information

#7CB9DC (or 0x7CB9DC) is unknown color: approx Seagull. HEX triplet: 7C, B9 and DC. RGB value is (124,185,220). Sum of RGB (Red+Green+Blue) = 124+185+220=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CB9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB9DC is #834623. Grayscale: #AAAAAA. Windows color (decimal): -8603172 or 14465404. OLE color: 14465404.

HSL color Cylindrical-coordinate representation of color #7CB9DC: hue angle of 201.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CB9DC is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB124185220-
CMYK0.440.1600.14
HSL201.88º57.83%67.45%-
HSV(B)201.88º43.64%86.27%-
XYZ38.5844.1574.2-
YUV170.75155.7994.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.44%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=23.44%
G=34.97%
B=41.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1241852200.440.1600.14201.8857.8367.45
Hex7CB9DC2C100Eca3a43
Octal174271334542001631272103
Binary111110010111001110111001011001000001110110010101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,185,220); }

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

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

 a { background-color: rgb(124,185,220); }

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

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

 span { border-color: rgb(124,185,220); }

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