#7FDDF6

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

Shades of Sky Blue #7FDDF6

Tints of Sky Blue #7FDDF6

Color information

#7FDDF6 (or 0x7FDDF6) is unknown color: approx Sky Blue. HEX triplet: 7F, DD and F6. RGB value is (127,221,246). Sum of RGB (Red+Green+Blue) = 127+221+246=594 (78% of max value = 765). Red value is 127 (50% from 255 or 21.38% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #7FDDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDDF6 is #802209. Grayscale: #C3C3C3. Windows color (decimal): -8397322 or 16178559. OLE color: 16178559.

HSL color Cylindrical-coordinate representation of color #7FDDF6: hue angle of 192.61º 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 #7FDDF6 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127221246-
CMYK0.480.1000.04
HSL192.61º86.86%73.14%-
HSV(B)192.61º48.37%96.47%-
XYZ51.2462.8896.62-
YUV195.74156.3678.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.38%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 246 (96.48% from 255) = 41.41%
R=21.38%
G=37.21%
B=41.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272212460.480.1000.04192.6186.8673.14
Hex7FDDF630A04c15749
Octal177335366601204301127111
Binary11111111101110111110110110000101001001100000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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