#7CBDDC

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

Shades of Seagull #7CBDDC

Tints of Seagull #7CBDDC

Color information

#7CBDDC (or 0x7CBDDC) is unknown color: approx Seagull. HEX triplet: 7C, BD and DC. RGB value is (124,189,220). Sum of RGB (Red+Green+Blue) = 124+189+220=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CBDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBDDC is #834223. Grayscale: #ACACAC. Windows color (decimal): -8602148 or 14466428. OLE color: 14466428.

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

Color convert

RGB124189220-
CMYK0.440.1400.14
HSL199.38º57.83%67.45%-
HSV(B)199.38º43.64%86.27%-
XYZ39.4345.8574.48-
YUV173.1154.4792.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.26%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=23.26%
G=35.46%
B=41.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1241892200.440.1400.14199.3857.8367.45
Hex7CBDDC2CE0Ec73a43
Octal174275334541601630772103
Binary11111001011110111011100101100111001110110001111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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