#7CD5F0

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

Shades of Sky Blue #7CD5F0

Tints of Sky Blue #7CD5F0

Color information

#7CD5F0 (or 0x7CD5F0) is unknown color: approx Sky Blue. HEX triplet: 7C, D5 and F0. RGB value is (124,213,240). Sum of RGB (Red+Green+Blue) = 124+213+240=577 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.49% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #7CD5F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD5F0 is #832A0F. Grayscale: #BDBDBD. Windows color (decimal): -8595984 or 15783292. OLE color: 15783292.

HSL color Cylindrical-coordinate representation of color #7CD5F0: hue angle of 193.97º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CD5F0 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB124213240-
CMYK0.480.1100.06
HSL193.97º79.45%71.37%-
HSV(B)193.97º48.33%94.12%-
XYZ47.8358.1691.14-
YUV189.47156.5181.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.49%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 240 (94.14% from 255) = 41.59%
R=21.49%
G=36.92%
B=41.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242132400.480.1100.06193.9779.4571.37
Hex7CD5F030B06c24f47
Octal174325360601306302117107
Binary11111001101010111110000110000101101101100001010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,213,240); }

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

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

 a { background-color: rgb(124,213,240); }

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

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

 span { border-color: rgb(124,213,240); }

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