#7DDCFF

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

Shades of Light Sky Blue #7DDCFF

Tints of Light Sky Blue #7DDCFF

Color information

#7DDCFF (or 0x7DDCFF) is unknown color: approx Light Sky Blue. HEX triplet: 7D, DC and FF. RGB value is (125,220,255). Sum of RGB (Red+Green+Blue) = 125+220+255=600 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDCFF is #822300. Grayscale: #C3C3C3. Windows color (decimal): -8528641 or 16768125. OLE color: 16768125.

HSL color Cylindrical-coordinate representation of color #7DDCFF: hue angle of 196.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DDCFF is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB125220255-
CMYK0.510.1400
HSL196.15º100%74.51%-
HSV(B)196.15º50.98%100%-
XYZ52.162.77103.98-
YUV195.58161.5377.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.83%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 255 (100% from 255) = 42.5%
R=20.83%
G=36.67%
B=42.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1252202550.510.1400196.1510074.51
Hex7DDCFF33E00c4644b
Octal175334377631600304144113
Binary111110111011100111111111100111110001100010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,220,255); }

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

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

 a { background-color: rgb(125,220,255); }

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

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

 span { border-color: rgb(125,220,255); }

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