#7BC1DA

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

Shades of Seagull #7BC1DA

Tints of Seagull #7BC1DA

Color information

#7BC1DA (or 0x7BC1DA) is unknown color: approx Seagull. HEX triplet: 7B, C1 and DA. RGB value is (123,193,218). Sum of RGB (Red+Green+Blue) = 123+193+218=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BC1DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC1DA is #843E25. Grayscale: #AEAEAE. Windows color (decimal): -8666662 or 14336379. OLE color: 14336379.

HSL color Cylindrical-coordinate representation of color #7BC1DA: hue angle of 195.79º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BC1DA is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB123193218-
CMYK0.440.1100.15
HSL195.79º56.21%66.86%-
HSV(B)195.79º43.58%85.49%-
XYZ39.8947.4173.38-
YUV174.92152.3190.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.03%
GREEN value IS 193 (75.78% from 255) = 36.14%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=23.03%
G=36.14%
B=40.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1231932180.440.1100.15195.7956.2166.86
Hex7BC1DA2CB0Fc43843
Octal173301332541301730470103
Binary11110111100000111011010101100101101111110001001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,193,218); }

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

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

 a { background-color: rgb(123,193,218); }

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

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

 span { border-color: rgb(123,193,218); }

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