#7CBCCD

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

Shades of Seagull #7CBCCD

Tints of Seagull #7CBCCD

Color information

#7CBCCD (or 0x7CBCCD) is unknown color: approx Seagull. HEX triplet: 7C, BC and CD. RGB value is (124,188,205). Sum of RGB (Red+Green+Blue) = 124+188+205=517 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.98% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CBCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBCCD is #834332. Grayscale: #AAAAAA. Windows color (decimal): -8602419 or 13483132. OLE color: 13483132.

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

Color convert

RGB124188205-
CMYK0.400.0800.20
HSL192.59º44.75%64.51%-
HSV(B)192.59º39.51%80.39%-
XYZ37.3144.6664.41-
YUV170.8147.394.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.98%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=23.98%
G=36.36%
B=39.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241882050.400.0800.20192.5944.7564.51
Hex7CBCCD288014c12d41
Octal174274315501002430155101
Binary111110010111100110011011010001000010100110000011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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