#7FC1EA

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

Shades of Sky Blue #7FC1EA

Tints of Sky Blue #7FC1EA

Color information

#7FC1EA (or 0x7FC1EA) is unknown color: approx Sky Blue. HEX triplet: 7F, C1 and EA. RGB value is (127,193,234). Sum of RGB (Red+Green+Blue) = 127+193+234=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FC1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC1EA is #803E15. Grayscale: #B1B1B1. Windows color (decimal): -8404502 or 15384959. OLE color: 15384959.

HSL color Cylindrical-coordinate representation of color #7FC1EA: hue angle of 202.99º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FC1EA is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127193234-
CMYK0.460.1800.08
HSL202.99º71.81%70.78%-
HSV(B)202.99º45.73%91.76%-
XYZ42.6748.5984.97-
YUV177.94159.6391.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.92%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=22.92%
G=34.84%
B=42.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271932340.460.1800.08202.9971.8170.78
Hex7FC1EA2E1208cb4847
Octal1773013525622010313110107
Binary1111111110000011110101010111010010010001100101110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,193,234); }

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

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

 a { background-color: rgb(127,193,234); }

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

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

 span { border-color: rgb(127,193,234); }

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