#7DDFFE

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

Shades of Light Sky Blue #7DDFFE

Tints of Light Sky Blue #7DDFFE

Color information

#7DDFFE (or 0x7DDFFE) is unknown color: approx Light Sky Blue. HEX triplet: 7D, DF and FE. RGB value is (125,223,254). Sum of RGB (Red+Green+Blue) = 125+223+254=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DDFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDFFE is #822001. Grayscale: #C5C5C5. Windows color (decimal): -8527874 or 16703357. OLE color: 16703357.

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

Color convert

RGB125223254-
CMYK0.510.1200.00
HSL194.42º98.47%74.31%-
HSV(B)194.42º50.79%99.61%-
XYZ52.7364.29103.4-
YUV197.23160.0376.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.76%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=20.76%
G=37.04%
B=42.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252232540.510.1200.00194.4298.4774.31
Hex7DDFFE33C00c2624a
Octal175337376631400302142112
Binary111110111011111111111101100111100001100001011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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