#7FC6F8

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

Shades of Light Sky Blue #7FC6F8

Tints of Light Sky Blue #7FC6F8

Color information

#7FC6F8 (or 0x7FC6F8) is unknown color: approx Light Sky Blue. HEX triplet: 7F, C6 and F8. RGB value is (127,198,248). Sum of RGB (Red+Green+Blue) = 127+198+248=573 (75% of max value = 765). Red value is 127 (50% from 255 or 22.16% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #7FC6F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC6F8 is #803907. Grayscale: #B6B6B6. Windows color (decimal): -8403208 or 16303743. OLE color: 16303743.

HSL color Cylindrical-coordinate representation of color #7FC6F8: hue angle of 204.79º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FC6F8 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB127198248-
CMYK0.490.2000.03
HSL204.79º89.63%73.53%-
HSV(B)204.79º48.79%97.25%-
XYZ45.8951.6896.36-
YUV182.47164.9888.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.16%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 248 (97.27% from 255) = 43.28%
R=22.16%
G=34.55%
B=43.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1271982480.490.2000.03204.7989.6373.53
Hex7FC6F8311403cd5a4a
Octal177306370612403315132112
Binary11111111100011011111000110001101000111100110110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,198,248); }

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

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

 a { background-color: rgb(127,198,248); }

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

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

 span { border-color: rgb(127,198,248); }

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