#7FD1EC

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

Shades of Sky Blue #7FD1EC

Tints of Sky Blue #7FD1EC

Color information

#7FD1EC (or 0x7FD1EC) is unknown color: approx Sky Blue. HEX triplet: 7F, D1 and EC. RGB value is (127,209,236). Sum of RGB (Red+Green+Blue) = 127+209+236=572 (75% of max value = 765). Red value is 127 (50% from 255 or 22.20% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FD1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD1EC is #802E13. Grayscale: #BBBBBB. Windows color (decimal): -8400404 or 15520127. OLE color: 15520127.

HSL color Cylindrical-coordinate representation of color #7FD1EC: hue angle of 194.86º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FD1EC is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127209236-
CMYK0.460.1100.07
HSL194.86º74.15%71.18%-
HSV(B)194.86º46.19%92.55%-
XYZ46.6956.1787.74-
YUV187.56155.3384.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.20%
GREEN value IS 209 (82.03% from 255) = 36.54%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=22.20%
G=36.54%
B=41.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272092360.460.1100.07194.8674.1571.18
Hex7FD1EC2EB07c34a47
Octal177321354561307303112107
Binary11111111101000111101100101110101101111100001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,209,236); }

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

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

 a { background-color: rgb(127,209,236); }

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

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

 span { border-color: rgb(127,209,236); }

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