#7FD5FC

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

Shades of Light Sky Blue #7FD5FC

Tints of Light Sky Blue #7FD5FC

Color information

#7FD5FC (or 0x7FD5FC) is unknown color: approx Light Sky Blue. HEX triplet: 7F, D5 and FC. RGB value is (127,213,252). Sum of RGB (Red+Green+Blue) = 127+213+252=592 (78% of max value = 765). Red value is 127 (50% from 255 or 21.45% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FD5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD5FC is #802A03. Grayscale: #BFBFBF. Windows color (decimal): -8399364 or 16569727. OLE color: 16569727.

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

Color convert

RGB127213252-
CMYK0.500.1500.01
HSL198.72º95.42%74.31%-
HSV(B)198.72º49.6%98.82%-
XYZ50.1259.13100.87-
YUV191.73162.0181.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.45%
GREEN value IS 213 (83.59% from 255) = 35.98%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=21.45%
G=35.98%
B=42.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272132520.500.1500.01198.7295.4274.31
Hex7FD5FC32F01c75f4a
Octal177325374621701307137112
Binary111111111010101111111001100101111011100011110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,213,252); }

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

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

 a { background-color: rgb(127,213,252); }

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

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

 span { border-color: rgb(127,213,252); }

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