#7DDAFD

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

Shades of Light Sky Blue #7DDAFD

Tints of Light Sky Blue #7DDAFD

Color information

#7DDAFD (or 0x7DDAFD) is unknown color: approx Light Sky Blue. HEX triplet: 7D, DA and FD. RGB value is (125,218,253). Sum of RGB (Red+Green+Blue) = 125+218+253=596 (78% of max value = 765). Red value is 125 (49.22% from 255 or 20.97% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DDAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDAFD is #822502. Grayscale: #C1C1C1. Windows color (decimal): -8529155 or 16636541. OLE color: 16636541.

HSL color Cylindrical-coordinate representation of color #7DDAFD: hue angle of 196.41º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DDAFD is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125218253-
CMYK0.510.1400.01
HSL196.41º96.97%74.12%-
HSV(B)196.41º50.59%99.22%-
XYZ51.2661.59102.12-
YUV194.18161.1978.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.97%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=20.97%
G=36.58%
B=42.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252182530.510.1400.01196.4196.9774.12
Hex7DDAFD33E01c4614a
Octal175332375631601304141112
Binary111110111011010111111011100111110011100010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,218,253); }

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

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

 a { background-color: rgb(125,218,253); }

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

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

 span { border-color: rgb(125,218,253); }

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