#7CBFDA

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

Shades of Seagull #7CBFDA

Tints of Seagull #7CBFDA

Color information

#7CBFDA (or 0x7CBFDA) is unknown color: approx Seagull. HEX triplet: 7C, BF and DA. RGB value is (124,191,218). Sum of RGB (Red+Green+Blue) = 124+191+218=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CBFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBFDA is #834025. Grayscale: #ADADAD. Windows color (decimal): -8601638 or 14335868. OLE color: 14335868.

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

Color convert

RGB124191218-
CMYK0.430.1200.15
HSL197.23º55.95%67.06%-
HSV(B)197.23º43.12%85.49%-
XYZ39.646.6173.24-
YUV174.04152.892.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.26%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=23.26%
G=35.83%
B=40.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1241912180.430.1200.15197.2355.9567.06
Hex7CBFDA2BC0Fc53843
Octal174277332531401730570103
Binary11111001011111111011010101011110001111110001011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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