#7FD6FA

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

Shades of Light Sky Blue #7FD6FA

Tints of Light Sky Blue #7FD6FA

Color information

#7FD6FA (or 0x7FD6FA) is unknown color: approx Light Sky Blue. HEX triplet: 7F, D6 and FA. RGB value is (127,214,250). Sum of RGB (Red+Green+Blue) = 127+214+250=591 (78% of max value = 765). Red value is 127 (50% from 255 or 21.49% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FD6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD6FA is #802905. Grayscale: #BFBFBF. Windows color (decimal): -8399110 or 16438911. OLE color: 16438911.

HSL color Cylindrical-coordinate representation of color #7FD6FA: hue angle of 197.56º 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 #7FD6FA is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127214250-
CMYK0.490.1400.02
HSL197.56º92.48%73.92%-
HSV(B)197.56º49.2%98.04%-
XYZ50.0559.5199.29-
YUV192.09160.6881.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.49%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=21.49%
G=36.21%
B=42.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272142500.490.1400.02197.5692.4873.92
Hex7FD6FA31E02c65c4a
Octal177326372611602306134112
Binary1111111110101101111101011000111100101100011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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