#7DD0F2

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

Shades of Sky Blue #7DD0F2

Tints of Sky Blue #7DD0F2

Color information

#7DD0F2 (or 0x7DD0F2) is unknown color: approx Sky Blue. HEX triplet: 7D, D0 and F2. RGB value is (125,208,242). Sum of RGB (Red+Green+Blue) = 125+208+242=575 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.74% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #7DD0F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD0F2 is #822F0D. Grayscale: #BABABA. Windows color (decimal): -8531726 or 15913085. OLE color: 15913085.

HSL color Cylindrical-coordinate representation of color #7DD0F2: hue angle of 197.44º degrees, saturation: 0.82, 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 #7DD0F2 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125208242-
CMYK0.480.1400.05
HSL197.44º81.82%71.96%-
HSV(B)197.44º48.35%94.9%-
XYZ47.0455.8892.31-
YUV187.0615983.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.74%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=21.74%
G=36.17%
B=42.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252082420.480.1400.05197.4481.8271.96
Hex7DD0F230E05c55248
Octal175320362601605305122110
Binary11111011101000011110010110000111001011100010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,208,242); }

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

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

 a { background-color: rgb(125,208,242); }

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

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

 span { border-color: rgb(125,208,242); }

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