#7DCCFE

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

Shades of Light Sky Blue #7DCCFE

Tints of Light Sky Blue #7DCCFE

Color information

#7DCCFE (or 0x7DCCFE) is unknown color: approx Light Sky Blue. HEX triplet: 7D, CC and FE. RGB value is (125,204,254). Sum of RGB (Red+Green+Blue) = 125+204+254=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DCCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCCFE is #823301. Grayscale: #B9B9B9. Windows color (decimal): -8532738 or 16698493. OLE color: 16698493.

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

Color convert

RGB125204254-
CMYK0.510.2000.00
HSL203.26º98.47%74.31%-
HSV(B)203.26º50.79%99.61%-
XYZ47.9454.7101.8-
YUV186.08166.3384.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.44%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=21.44%
G=34.99%
B=43.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252042540.510.2000.00203.2698.4774.31
Hex7DCCFE331400cb624a
Octal175314376632400313142112
Binary1111101110011001111111011001110100001100101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,204,254); }

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

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

 a { background-color: rgb(125,204,254); }

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

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

 span { border-color: rgb(125,204,254); }

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