#7FDCF6

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

Shades of Sky Blue #7FDCF6

Tints of Sky Blue #7FDCF6

Color information

#7FDCF6 (or 0x7FDCF6) is unknown color: approx Sky Blue. HEX triplet: 7F, DC and F6. RGB value is (127,220,246). Sum of RGB (Red+Green+Blue) = 127+220+246=593 (78% of max value = 765). Red value is 127 (50% from 255 or 21.42% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 246 (96.48% from 255 or 41.48% from 593); Max value from RGB is 246 - color contains mainly: blue. Hex color #7FDCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDCF6 is #802309. Grayscale: #C2C2C2. Windows color (decimal): -8397578 or 16178303. OLE color: 16178303.

HSL color Cylindrical-coordinate representation of color #7FDCF6: hue angle of 193.11º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FDCF6 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127220246-
CMYK0.480.1100.04
HSL193.11º86.86%73.14%-
HSV(B)193.11º48.37%96.47%-
XYZ50.9862.3596.54-
YUV195.16156.6979.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.42%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 246 (96.48% from 255) = 41.48%
R=21.42%
G=37.10%
B=41.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272202460.480.1100.04193.1186.8673.14
Hex7FDCF630B04c15749
Octal177334366601304301127111
Binary11111111101110011110110110000101101001100000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,220,246); }

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

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

 a { background-color: rgb(127,220,246); }

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

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

 span { border-color: rgb(127,220,246); }

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