#7DCDFF

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

Shades of Light Sky Blue #7DCDFF

Tints of Light Sky Blue #7DCDFF

Color information

#7DCDFF (or 0x7DCDFF) is unknown color: approx Light Sky Blue. HEX triplet: 7D, CD and FF. RGB value is (125,205,255). Sum of RGB (Red+Green+Blue) = 125+205+255=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DCDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCDFF is #823200. Grayscale: #BABABA. Windows color (decimal): -8532481 or 16764285. OLE color: 16764285.

HSL color Cylindrical-coordinate representation of color #7DCDFF: hue angle of 203.08º 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 #7DCDFF is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB125205255-
CMYK0.510.2000
HSL203.08º100%74.51%-
HSV(B)203.08º50.98%100%-
XYZ48.3455.24102.72-
YUV186.78166.583.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.37%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 255 (100% from 255) = 43.59%
R=21.37%
G=35.04%
B=43.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1252052550.510.2000203.0810074.51
Hex7DCDFF331400cb644b
Octal175315377632400313144113
Binary1111101110011011111111111001110100001100101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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