#7FD3FA

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

Shades of Light Sky Blue #7FD3FA

Tints of Light Sky Blue #7FD3FA

Color information

#7FD3FA (or 0x7FD3FA) is unknown color: approx Light Sky Blue. HEX triplet: 7F, D3 and FA. RGB value is (127,211,250). Sum of RGB (Red+Green+Blue) = 127+211+250=588 (77% of max value = 765). Red value is 127 (50% from 255 or 21.60% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FD3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD3FA is #802C05. Grayscale: #BEBEBE. Windows color (decimal): -8399878 or 16438143. OLE color: 16438143.

HSL color Cylindrical-coordinate representation of color #7FD3FA: hue angle of 199.02º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FD3FA is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127211250-
CMYK0.490.1600.02
HSL199.02º92.48%73.92%-
HSV(B)199.02º49.2%98.04%-
XYZ49.35899.04-
YUV190.33161.6782.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.60%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=21.60%
G=35.88%
B=42.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272112500.490.1600.02199.0292.4873.92
Hex7FD3FA311002c75c4a
Octal177323372612002307134112
Binary11111111101001111111010110001100000101100011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,211,250); }

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

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

 a { background-color: rgb(127,211,250); }

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

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

 span { border-color: rgb(127,211,250); }

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