#7DCCFD

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

Shades of Light Sky Blue #7DCCFD

Tints of Light Sky Blue #7DCCFD

Color information

#7DCCFD (or 0x7DCCFD) is unknown color: approx Light Sky Blue. HEX triplet: 7D, CC and FD. RGB value is (125,204,253). Sum of RGB (Red+Green+Blue) = 125+204+253=582 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.48% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DCCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCCFD is #823302. Grayscale: #B9B9B9. Windows color (decimal): -8532739 or 16632957. OLE color: 16632957.

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

Color convert

RGB125204253-
CMYK0.510.1900.01
HSL202.97º96.97%74.12%-
HSV(B)202.97º50.59%99.22%-
XYZ47.7854.64100.96-
YUV185.96165.8384.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.48%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=21.48%
G=35.05%
B=43.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252042530.510.1900.01202.9796.9774.12
Hex7DCCFD331301cb614a
Octal175314375632301313141112
Binary1111101110011001111110111001110011011100101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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