#7FC7FD

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

Shades of Light Sky Blue #7FC7FD

Tints of Light Sky Blue #7FC7FD

Color information

#7FC7FD (or 0x7FC7FD) is unknown color: approx Light Sky Blue. HEX triplet: 7F, C7 and FD. RGB value is (127,199,253). Sum of RGB (Red+Green+Blue) = 127+199+253=579 (76% of max value = 765). Red value is 127 (50% from 255 or 21.93% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FC7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC7FD is #803802. Grayscale: #B7B7B7. Windows color (decimal): -8402947 or 16631679. OLE color: 16631679.

HSL color Cylindrical-coordinate representation of color #7FC7FD: hue angle of 205.71º 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 #7FC7FD is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127199253-
CMYK0.500.2100.01
HSL205.71º96.92%74.51%-
HSV(B)205.71º49.8%99.22%-
XYZ46.9152.45100.58-
YUV183.63167.1587.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.93%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=21.93%
G=34.37%
B=43.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271992530.500.2100.01205.7196.9274.51
Hex7FC7FD321501ce614b
Octal177307375622501316141113
Binary1111111110001111111110111001010101011100111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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