#7FC1EB

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

Shades of Sky Blue #7FC1EB

Tints of Sky Blue #7FC1EB

Color information

#7FC1EB (or 0x7FC1EB) is unknown color: approx Sky Blue. HEX triplet: 7F, C1 and EB. RGB value is (127,193,235). Sum of RGB (Red+Green+Blue) = 127+193+235=555 (73% of max value = 765). Red value is 127 (50% from 255 or 22.88% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #7FC1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC1EB is #803E14. Grayscale: #B1B1B1. Windows color (decimal): -8404501 or 15450495. OLE color: 15450495.

HSL color Cylindrical-coordinate representation of color #7FC1EB: hue angle of 203.33º degrees, saturation: 0.73, 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 #7FC1EB is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127193235-
CMYK0.460.1800.08
HSL203.33º72.97%70.98%-
HSV(B)203.33º45.96%92.16%-
XYZ42.8248.6585.73-
YUV178.05160.1391.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.88%
GREEN value IS 193 (75.78% from 255) = 34.77%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=22.88%
G=34.77%
B=42.34%

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
Decimal1271932350.460.1800.08203.3372.9770.98
Hex7FC1EB2E1208cb4947
Octal1773013535622010313111107
Binary1111111110000011110101110111010010010001100101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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