#7DDEFF

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

Shades of Light Sky Blue #7DDEFF

Tints of Light Sky Blue #7DDEFF

Color information

#7DDEFF (or 0x7DDEFF) is unknown color: approx Light Sky Blue. HEX triplet: 7D, DE and FF. RGB value is (125,222,255). Sum of RGB (Red+Green+Blue) = 125+222+255=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DDEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDEFF is #822100. Grayscale: #C4C4C4. Windows color (decimal): -8528129 or 16768637. OLE color: 16768637.

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

Color convert

RGB125222255-
CMYK0.510.1300
HSL195.23º100%74.51%-
HSV(B)195.23º50.98%100%-
XYZ52.6363.82104.15-
YUV196.76160.8676.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.76%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 255 (100% from 255) = 42.36%
R=20.76%
G=36.88%
B=42.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1252222550.510.1300195.2310074.51
Hex7DDEFF33D00c3644b
Octal175336377631500303144113
Binary111110111011110111111111100111101001100001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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