#7FC0D5

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

Shades of Seagull #7FC0D5

Tints of Seagull #7FC0D5

Color information

#7FC0D5 (or 0x7FC0D5) is unknown color: approx Seagull. HEX triplet: 7F, C0 and D5. RGB value is (127,192,213). Sum of RGB (Red+Green+Blue) = 127+192+213=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #7FC0D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0D5 is #803F2A. Grayscale: #AEAEAE. Windows color (decimal): -8404779 or 14008447. OLE color: 14008447.

HSL color Cylindrical-coordinate representation of color #7FC0D5: hue angle of 194.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FC0D5 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB127192213-
CMYK0.400.1000.16
HSL194.65º50.59%66.67%-
HSV(B)194.65º40.38%83.53%-
XYZ39.6147.0269.94-
YUV174.96149.4793.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.87%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=23.87%
G=36.09%
B=40.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1271922130.400.1000.16194.6550.5966.67
Hex7FC0D528A010c33343
Octal177300325501202030363103
Binary111111111000000110101011010001010010000110000111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,192,213); }

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

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

 a { background-color: rgb(127,192,213); }

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

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

 span { border-color: rgb(127,192,213); }

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