#7CD1F0

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

Shades of Sky Blue #7CD1F0

Tints of Sky Blue #7CD1F0

Color information

#7CD1F0 (or 0x7CD1F0) is unknown color: approx Sky Blue. HEX triplet: 7C, D1 and F0. RGB value is (124,209,240). Sum of RGB (Red+Green+Blue) = 124+209+240=573 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.64% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #7CD1F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD1F0 is #832E0F. Grayscale: #BABABA. Windows color (decimal): -8597008 or 15782268. OLE color: 15782268.

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

Color convert

RGB124209240-
CMYK0.480.1300.06
HSL196.03º79.45%71.37%-
HSV(B)196.03º48.33%94.12%-
XYZ46.8456.1890.81-
YUV187.12157.8482.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.64%
GREEN value IS 209 (82.03% from 255) = 36.47%
BLUE value IS 240 (94.14% from 255) = 41.88%
R=21.64%
G=36.47%
B=41.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242092400.480.1300.06196.0379.4571.37
Hex7CD1F030D06c44f47
Octal174321360601506304117107
Binary11111001101000111110000110000110101101100010010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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