#7CBFCD

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

Shades of Seagull #7CBFCD

Tints of Seagull #7CBFCD

Color information

#7CBFCD (or 0x7CBFCD) is unknown color: approx Seagull. HEX triplet: 7C, BF and CD. RGB value is (124,191,205). Sum of RGB (Red+Green+Blue) = 124+191+205=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBFCD is #834032. Grayscale: #ACACAC. Windows color (decimal): -8601651 or 13483900. OLE color: 13483900.

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

Color convert

RGB124191205-
CMYK0.400.0700.20
HSL190.37º44.75%64.51%-
HSV(B)190.37º39.51%80.39%-
XYZ37.9645.9564.63-
YUV172.56146.393.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.85%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=23.85%
G=36.73%
B=39.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241912050.400.0700.20190.3744.7564.51
Hex7CBFCD287014be2d41
Octal17427731550702427655101
Binary11111001011111111001101101000111010100101111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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