#7DD7FC

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

Shades of Light Sky Blue #7DD7FC

Tints of Light Sky Blue #7DD7FC

Color information

#7DD7FC (or 0x7DD7FC) is unknown color: approx Light Sky Blue. HEX triplet: 7D, D7 and FC. RGB value is (125,215,252). Sum of RGB (Red+Green+Blue) = 125+215+252=592 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.11% from 592); Green value is 215 (84.38% from 255 or 36.32% 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 #7DD7FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD7FC is #822803. Grayscale: #C0C0C0. Windows color (decimal): -8529924 or 16570237. OLE color: 16570237.

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

Color convert

RGB125215252-
CMYK0.500.1500.01
HSL197.48º95.49%73.92%-
HSV(B)197.48º50.4%98.82%-
XYZ50.3359.99101.02-
YUV192.31161.6879.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.11%
GREEN value IS 215 (84.38% from 255) = 36.32%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=21.11%
G=36.32%
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
Decimal1252152520.500.1500.01197.4895.4973.92
Hex7DD7FC32F01c55f4a
Octal175327374621701305137112
Binary111110111010111111111001100101111011100010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,215,252); }

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

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

 a { background-color: rgb(125,215,252); }

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

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

 span { border-color: rgb(125,215,252); }

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