#7DD3F1

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

Shades of Sky Blue #7DD3F1

Tints of Sky Blue #7DD3F1

Color information

#7DD3F1 (or 0x7DD3F1) is unknown color: approx Sky Blue. HEX triplet: 7D, D3 and F1. RGB value is (125,211,241). Sum of RGB (Red+Green+Blue) = 125+211+241=577 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.66% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DD3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD3F1 is #822C0E. Grayscale: #BCBCBC. Windows color (decimal): -8530959 or 15848317. OLE color: 15848317.

HSL color Cylindrical-coordinate representation of color #7DD3F1: hue angle of 195.52º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DD3F1 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125211241-
CMYK0.480.1200.05
HSL195.52º80.56%71.76%-
HSV(B)195.52º48.13%94.51%-
XYZ47.6357.391.77-
YUV188.71157.5182.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.66%
GREEN value IS 211 (82.81% from 255) = 36.57%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=21.66%
G=36.57%
B=41.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252112410.480.1200.05195.5280.5671.76
Hex7DD3F130C05c45148
Octal175323361601405304121110
Binary11111011101001111110001110000110001011100010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,211,241); }

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

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

 a { background-color: rgb(125,211,241); }

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

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

 span { border-color: rgb(125,211,241); }

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