#7FC4E5

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

Shades of Sky Blue #7FC4E5

Tints of Sky Blue #7FC4E5

Color information

#7FC4E5 (or 0x7FC4E5) is unknown color: approx Sky Blue. HEX triplet: 7F, C4 and E5. RGB value is (127,196,229). Sum of RGB (Red+Green+Blue) = 127+196+229=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #7FC4E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC4E5 is #803B1A. Grayscale: #B2B2B2. Windows color (decimal): -8403739 or 15058047. OLE color: 15058047.

HSL color Cylindrical-coordinate representation of color #7FC4E5: hue angle of 199.41º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FC4E5 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB127196229-
CMYK0.450.1400.10
HSL199.41º66.23%69.8%-
HSV(B)199.41º44.54%89.8%-
XYZ42.6449.6581.46-
YUV179.13156.1490.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.01%
GREEN value IS 196 (76.95% from 255) = 35.51%
BLUE value IS 229 (89.84% from 255) = 41.49%
R=23.01%
G=35.51%
B=41.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1271962290.450.1400.10199.4166.2369.8
Hex7FC4E52DE0Ac74246
Octal1773043455516012307102106
Binary111111111000100111001011011011110010101100011110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,196,229); }

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

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

 a { background-color: rgb(127,196,229); }

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

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

 span { border-color: rgb(127,196,229); }

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