#7DCDFE

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

Shades of Light Sky Blue #7DCDFE

Tints of Light Sky Blue #7DCDFE

Color information

#7DCDFE (or 0x7DCDFE) is unknown color: approx Light Sky Blue. HEX triplet: 7D, CD and FE. RGB value is (125,205,254). Sum of RGB (Red+Green+Blue) = 125+205+254=584 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.40% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DCDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCDFE is #823201. Grayscale: #BABABA. Windows color (decimal): -8532482 or 16698749. OLE color: 16698749.

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

Color convert

RGB125205254-
CMYK0.510.1900.00
HSL202.79º98.47%74.31%-
HSV(B)202.79º50.79%99.61%-
XYZ48.1855.18101.88-
YUV186.6716684.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.40%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 254 (99.61% from 255) = 43.49%
R=21.40%
G=35.10%
B=43.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252052540.510.1900.00202.7998.4774.31
Hex7DCDFE331300cb624a
Octal175315376632300313142112
Binary1111101110011011111111011001110011001100101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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