#7DCAFD

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

Shades of Light Sky Blue #7DCAFD

Tints of Light Sky Blue #7DCAFD

Color information

#7DCAFD (or 0x7DCAFD) is unknown color: approx Light Sky Blue. HEX triplet: 7D, CA and FD. RGB value is (125,202,253). Sum of RGB (Red+Green+Blue) = 125+202+253=580 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.55% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DCAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCAFD is #823502. Grayscale: #B8B8B8. Windows color (decimal): -8533251 or 16632445. OLE color: 16632445.

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

Color convert

RGB125202253-
CMYK0.510.2000.01
HSL203.91º96.97%74.12%-
HSV(B)203.91º50.59%99.22%-
XYZ47.3153.69100.8-
YUV184.79166.4985.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.55%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 253 (99.22% from 255) = 43.62%
R=21.55%
G=34.83%
B=43.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252022530.510.2000.01203.9196.9774.12
Hex7DCAFD331401cc614a
Octal175312375632401314141112
Binary1111101110010101111110111001110100011100110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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