#7FC6FD

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

Shades of Light Sky Blue #7FC6FD

Tints of Light Sky Blue #7FC6FD

Color information

#7FC6FD (or 0x7FC6FD) is unknown color: approx Light Sky Blue. HEX triplet: 7F, C6 and FD. RGB value is (127,198,253). Sum of RGB (Red+Green+Blue) = 127+198+253=578 (76% of max value = 765). Red value is 127 (50% from 255 or 21.97% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FC6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC6FD is #803902. Grayscale: #B6B6B6. Windows color (decimal): -8403203 or 16631423. OLE color: 16631423.

HSL color Cylindrical-coordinate representation of color #7FC6FD: hue angle of 206.19º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FC6FD is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127198253-
CMYK0.500.2200.01
HSL206.19º96.92%74.51%-
HSV(B)206.19º49.8%99.22%-
XYZ46.6851.99100.5-
YUV183.04167.4888.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.97%
GREEN value IS 198 (77.73% from 255) = 34.26%
BLUE value IS 253 (99.22% from 255) = 43.77%
R=21.97%
G=34.26%
B=43.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271982530.500.2200.01206.1996.9274.51
Hex7FC6FD321601ce614b
Octal177306375622601316141113
Binary1111111110001101111110111001010110011100111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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