#7CBECD

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

Shades of Seagull #7CBECD

Tints of Seagull #7CBECD

Color information

#7CBECD (or 0x7CBECD) is unknown color: approx Seagull. HEX triplet: 7C, BE and CD. RGB value is (124,190,205). Sum of RGB (Red+Green+Blue) = 124+190+205=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CBECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBECD is #834132. Grayscale: #ABABAB. Windows color (decimal): -8601907 or 13483644. OLE color: 13483644.

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

Color convert

RGB124190205-
CMYK0.400.0700.20
HSL191.11º44.75%64.51%-
HSV(B)191.11º39.51%80.39%-
XYZ37.7545.5264.55-
YUV171.98146.6393.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.89%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=23.89%
G=36.61%
B=39.50%

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
Decimal1241902050.400.0700.20191.1144.7564.51
Hex7CBECD287014bf2d41
Octal17427631550702427755101
Binary11111001011111011001101101000111010100101111111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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