#7CBFCB

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

Shades of Seagull #7CBFCB

Tints of Seagull #7CBFCB

Color information

#7CBFCB (or 0x7CBFCB) is unknown color: approx Seagull. HEX triplet: 7C, BF and CB. RGB value is (124,191,203). Sum of RGB (Red+Green+Blue) = 124+191+203=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #7CBFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBFCB is #834034. Grayscale: #ACACAC. Windows color (decimal): -8601653 or 13352828. OLE color: 13352828.

HSL color Cylindrical-coordinate representation of color #7CBFCB: hue angle of 189.11º degrees, saturation: 0.43, 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 #7CBFCB is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124191203-
CMYK0.390.0600.20
HSL189.11º43.17%64.12%-
HSV(B)189.11º38.92%79.61%-
XYZ37.7245.8663.36-
YUV172.33145.393.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.94%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=23.94%
G=36.87%
B=39.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241912030.390.0600.20189.1143.1764.12
Hex7CBFCB276014bd2b40
Octal17427731347602427553100
Binary11111001011111111001011100111110010100101111011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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