#7DDCF2

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

Shades of Sky Blue #7DDCF2

Tints of Sky Blue #7DDCF2

Color information

#7DDCF2 (or 0x7DDCF2) is unknown color: approx Sky Blue. HEX triplet: 7D, DC and F2. RGB value is (125,220,242). Sum of RGB (Red+Green+Blue) = 125+220+242=587 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.29% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #7DDCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDCF2 is #82230D. Grayscale: #C1C1C1. Windows color (decimal): -8528654 or 15916157. OLE color: 15916157.

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

Color convert

RGB125220242-
CMYK0.480.0900.05
HSL191.28º81.82%71.96%-
HSV(B)191.28º48.35%94.9%-
XYZ50.0861.9693.32-
YUV194.1155.0378.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.29%
GREEN value IS 220 (86.33% from 255) = 37.48%
BLUE value IS 242 (94.92% from 255) = 41.23%
R=21.29%
G=37.48%
B=41.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252202420.480.0900.05191.2881.8271.96
Hex7DDCF230905bf5248
Octal175334362601105277122110
Binary11111011101110011110010110000100101011011111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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