#7CB0CD

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

Shades of Seagull #7CB0CD

Tints of Seagull #7CB0CD

Color information

#7CB0CD (or 0x7CB0CD) is unknown color: approx Seagull. HEX triplet: 7C, B0 and CD. RGB value is (124,176,205). Sum of RGB (Red+Green+Blue) = 124+176+205=505 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.55% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CB0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB0CD is #834F32. Grayscale: #A3A3A3. Windows color (decimal): -8605491 or 13480060. OLE color: 13480060.

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

Color convert

RGB124176205-
CMYK0.400.1400.20
HSL201.48º44.75%64.51%-
HSV(B)201.48º39.51%80.39%-
XYZ34.8639.7463.59-
YUV163.76151.2799.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.55%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=24.55%
G=34.85%
B=40.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241762050.400.1400.20201.4844.7564.51
Hex7CB0CD28E014c92d41
Octal174260315501602431155101
Binary111110010110000110011011010001110010100110010011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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