#7CB1CD

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

Shades of Seagull #7CB1CD

Tints of Seagull #7CB1CD

Color information

#7CB1CD (or 0x7CB1CD) is unknown color: approx Seagull. HEX triplet: 7C, B1 and CD. RGB value is (124,177,205). Sum of RGB (Red+Green+Blue) = 124+177+205=506 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.51% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CB1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB1CD is #834E32. Grayscale: #A4A4A4. Windows color (decimal): -8605235 or 13480316. OLE color: 13480316.

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

Color convert

RGB124177205-
CMYK0.400.1400.20
HSL200.74º44.75%64.51%-
HSV(B)200.74º39.51%80.39%-
XYZ35.0540.1463.66-
YUV164.34150.9499.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.51%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=24.51%
G=34.98%
B=40.51%

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
Decimal1241772050.400.1400.20200.7444.7564.51
Hex7CB1CD28E014c92d41
Octal174261315501602431155101
Binary111110010110001110011011010001110010100110010011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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