#7CBEDF

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

Shades of Seagull #7CBEDF

Tints of Seagull #7CBEDF

Color information

#7CBEDF (or 0x7CBEDF) is unknown color: approx Seagull. HEX triplet: 7C, BE and DF. RGB value is (124,190,223). Sum of RGB (Red+Green+Blue) = 124+190+223=537 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.09% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CBEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBEDF is #834120. Grayscale: #ADADAD. Windows color (decimal): -8601889 or 14663292. OLE color: 14663292.

HSL color Cylindrical-coordinate representation of color #7CBEDF: hue angle of 200º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CBEDF is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124190223-
CMYK0.440.1500.13
HSL200º60.74%68.04%-
HSV(B)200º44.39%87.45%-
XYZ40.0446.4476.67-
YUV174.03155.6392.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.09%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=23.09%
G=35.38%
B=41.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241902230.440.1500.1320060.7468.04
Hex7CBEDF2CF0Dc83d44
Octal174276337541701531075104
Binary11111001011111011011111101100111101101110010001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,190,223); }

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

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

 a { background-color: rgb(124,190,223); }

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

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

 span { border-color: rgb(124,190,223); }

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