#7CD4F0

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

Shades of Sky Blue #7CD4F0

Tints of Sky Blue #7CD4F0

Color information

#7CD4F0 (or 0x7CD4F0) is unknown color: approx Sky Blue. HEX triplet: 7C, D4 and F0. RGB value is (124,212,240). Sum of RGB (Red+Green+Blue) = 124+212+240=576 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.53% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #7CD4F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD4F0 is #832B0F. Grayscale: #BCBCBC. Windows color (decimal): -8596240 or 15783036. OLE color: 15783036.

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

Color convert

RGB124212240-
CMYK0.480.1200.06
HSL194.48º79.45%71.37%-
HSV(B)194.48º48.33%94.12%-
XYZ47.5857.6691.06-
YUV188.88156.8581.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.53%
GREEN value IS 212 (83.20% from 255) = 36.81%
BLUE value IS 240 (94.14% from 255) = 41.67%
R=21.53%
G=36.81%
B=41.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242122400.480.1200.06194.4879.4571.37
Hex7CD4F030C06c24f47
Octal174324360601406302117107
Binary11111001101010011110000110000110001101100001010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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