#7DDDFA

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

Shades of Light Sky Blue #7DDDFA

Tints of Light Sky Blue #7DDDFA

Color information

#7DDDFA (or 0x7DDDFA) is unknown color: approx Light Sky Blue. HEX triplet: 7D, DD and FA. RGB value is (125,221,250). Sum of RGB (Red+Green+Blue) = 125+221+250=596 (78% of max value = 765). Red value is 125 (49.22% from 255 or 20.97% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DDDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDDFA is #822205. Grayscale: #C3C3C3. Windows color (decimal): -8528390 or 16440701. OLE color: 16440701.

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

Color convert

RGB125221250-
CMYK0.500.1200.02
HSL193.92º92.59%73.53%-
HSV(B)193.92º50%98.04%-
XYZ51.5762.9899.88-
YUV195.6158.777.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.97%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=20.97%
G=37.08%
B=41.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252212500.500.1200.02193.9292.5973.53
Hex7DDDFA32C02c25d4a
Octal175335372621402302135112
Binary1111101110111011111101011001011000101100001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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