#7FD1EA

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

Shades of Sky Blue #7FD1EA

Tints of Sky Blue #7FD1EA

Color information

#7FD1EA (or 0x7FD1EA) is unknown color: approx Sky Blue. HEX triplet: 7F, D1 and EA. RGB value is (127,209,234). Sum of RGB (Red+Green+Blue) = 127+209+234=570 (75% of max value = 765). Red value is 127 (50% from 255 or 22.28% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FD1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD1EA is #802E15. Grayscale: #BBBBBB. Windows color (decimal): -8400406 or 15389055. OLE color: 15389055.

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

Color convert

RGB127209234-
CMYK0.460.1100.08
HSL194.02º71.81%70.78%-
HSV(B)194.02º45.73%91.76%-
XYZ46.456.0586.22-
YUV187.33154.3384.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.28%
GREEN value IS 209 (82.03% from 255) = 36.67%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=22.28%
G=36.67%
B=41.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1272092340.460.1100.08194.0271.8170.78
Hex7FD1EA2EB08c24847
Octal1773213525613010302110107
Binary111111111010001111010101011101011010001100001010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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