#7CBBCC

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

Shades of Seagull #7CBBCC

Tints of Seagull #7CBBCC

Color information

#7CBBCC (or 0x7CBBCC) is unknown color: approx Seagull. HEX triplet: 7C, BB and CC. RGB value is (124,187,204). Sum of RGB (Red+Green+Blue) = 124+187+204=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CBBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBBCC is #834433. Grayscale: #A9A9A9. Windows color (decimal): -8602676 or 13417340. OLE color: 13417340.

HSL color Cylindrical-coordinate representation of color #7CBBCC: hue angle of 192.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CBBCC is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB124187204-
CMYK0.390.0800.2
HSL192.75º43.96%64.31%-
HSV(B)192.75º39.22%80%-
XYZ36.9844.1963.71-
YUV170.1147.1395.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.08%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=24.08%
G=36.31%
B=39.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1241872040.390.0800.2192.7543.9664.31
Hex7CBBCC278014c12c40
Octal174273314471002430154100
Binary111110010111011110011001001111000010100110000011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,187,204); }

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

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

 a { background-color: rgb(124,187,204); }

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

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

 span { border-color: rgb(124,187,204); }

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