#7DD3FA

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

Shades of Light Sky Blue #7DD3FA

Tints of Light Sky Blue #7DD3FA

Color information

#7DD3FA (or 0x7DD3FA) is unknown color: approx Light Sky Blue. HEX triplet: 7D, D3 and FA. RGB value is (125,211,250). Sum of RGB (Red+Green+Blue) = 125+211+250=586 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.33% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DD3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD3FA is #822C05. Grayscale: #BDBDBD. Windows color (decimal): -8530950 or 16438141. OLE color: 16438141.

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

Color convert

RGB125211250-
CMYK0.500.1600.02
HSL198.72º92.59%73.53%-
HSV(B)198.72º50%98.04%-
XYZ49.0157.8599.03-
YUV189.73162.0181.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.33%
GREEN value IS 211 (82.81% from 255) = 36.01%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=21.33%
G=36.01%
B=42.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252112500.500.1600.02198.7292.5973.53
Hex7DD3FA321002c75d4a
Octal175323372622002307135112
Binary11111011101001111111010110010100000101100011110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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