#7FD4FC

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

Shades of Light Sky Blue #7FD4FC

Tints of Light Sky Blue #7FD4FC

Color information

#7FD4FC (or 0x7FD4FC) is unknown color: approx Light Sky Blue. HEX triplet: 7F, D4 and FC. RGB value is (127,212,252). Sum of RGB (Red+Green+Blue) = 127+212+252=591 (78% of max value = 765). Red value is 127 (50% from 255 or 21.49% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FD4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD4FC is #802B03. Grayscale: #BEBEBE. Windows color (decimal): -8399620 or 16569471. OLE color: 16569471.

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

Color convert

RGB127212252-
CMYK0.500.1600.01
HSL199.2º95.42%74.31%-
HSV(B)199.2º49.6%98.82%-
XYZ49.8758.63100.78-
YUV191.14162.3482.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.49%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 252 (98.83% from 255) = 42.64%
R=21.49%
G=35.87%
B=42.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272122520.500.1600.01199.295.4274.31
Hex7FD4FC321001c75f4a
Octal177324374622001307137112
Binary1111111110101001111110011001010000011100011110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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